打开/关闭菜单
26
6679
46
1.2万
OGAS数据中枢
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

Widget:GameSwitcher:修订间差异

来自OGAS数据中枢
弃权者留言 | 贡献
无编辑摘要
弃权者留言 | 贡献
无编辑摘要
第46行: 第46行:
   }
   }


  function moveIndicator( tab ) {
function moveIndicator( tab ) {
    var indicator = document.getElementById( 'gf-tab-indicator' );
  var indicator = document.getElementById( 'gf-tab-indicator' );
    var switcher  = document.getElementById( 'gf-switcher' );
  if ( !indicator ) { return; }
    if ( !indicator || !switcher ) { return; }
  indicator.style.width    = tab.offsetWidth + 'px';
    var sr = switcher.getBoundingClientRect();
  indicator.style.transform = 'translateX(' + tab.offsetLeft + 'px)';
    var tr = tab.getBoundingClientRect();
}
    indicator.style.width    = tr.width + 'px';
    indicator.style.transform = 'translateX(' + ( tr.left - sr.left ) + 'px)';
  }


   var currentGame = 'gf';
   var currentGame = 'gf';

2026年6月20日 (六) 22:33的版本

少女前线系列多游戏首页切换Widget。调用方式:{{#widget:GameSwitcher}}