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