Widget:GameSwitcher:修订间差异
来自OGAS数据中枢
更多操作
标签:撤销 |
无编辑摘要 标签:手工回退 |
||
| 第48行: | 第48行: | ||
function moveIndicator( tab ) { | function moveIndicator( tab ) { | ||
var indicator = document.getElementById( 'gf-tab-indicator' ); | var indicator = document.getElementById( 'gf-tab-indicator' ); | ||
if ( !indicator ) { return; } | |||
if ( !indicator | |||
indicator.style.width = tab.offsetWidth + 'px'; | indicator.style.width = tab.offsetWidth + 'px'; | ||
indicator.style.transform = 'translateX(' + | indicator.style.transform = 'translateX(' + tab.offsetLeft + 'px)'; | ||
} | } | ||
2026年6月20日 (六) 23:23的最新版本
少女前线系列多游戏首页切换Widget。调用方式:{{#widget:GameSwitcher}}