Widget:GameSwitcher:修订间差异
来自OGAS数据中枢
更多操作
无编辑摘要 |
无编辑摘要 标签:手工回退 |
||
| (未显示同一用户的4个中间版本) | |||
| 第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日 (六) 23:23的最新版本
少女前线系列多游戏首页切换Widget。调用方式:{{#widget:GameSwitcher}}