打开/关闭搜索
搜索
打开/关闭菜单
26
6675
46
1.2万
OGAS数据中枢
导航
首页
最近更改
随机页面
特殊页面
上传文件
少女前线
简介
战术人形
装备图鉴
BGM
任务
少前2:追放
逆向坍塌:面包房行动
打开/关闭外观设置菜单
通知
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
user-interface-preferences
个人工具
注册
登录
查看“︁Widget:追放信息”︁的源代码
来自OGAS数据中枢
更多操作
←
Widget:追放信息
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
管理员
您没有权限编辑
Widget
命名空间内的页面。
您可以查看和复制此页面的源代码。
<script> (function() { function initExileInfobox() { document.querySelectorAll('.xb').forEach(function(box) { if (box.dataset.initialized) return; box.dataset.initialized = 'true'; var btn = box.querySelector('.xb-skin-btn'); var overlay = box.querySelector('.xb-overlay'); var curName = box.querySelector('.xb-cur-name'); var items = box.querySelectorAll('.xb-skin-item'); var imgs = box.querySelectorAll('.xb-img-item'); var intros = box.querySelectorAll('.xb-intro-item'); if (!btn || !overlay) return; btn.addEventListener('click', function(e) { e.stopPropagation(); var isOpen = overlay.classList.toggle('open'); btn.classList.toggle('open', isOpen); }); items.forEach(function(item) { item.addEventListener('click', function() { var idx = item.getAttribute('data-idx'); items.forEach(function(el) { el.classList.remove('on'); }); imgs.forEach(function(el) { el.classList.remove('on'); }); intros.forEach(function(el) { el.classList.remove('on'); }); item.classList.add('on'); if (imgs[idx]) imgs[idx].classList.add('on'); if (intros[idx]) intros[idx].classList.add('on'); var nameEl = item.querySelector('.xb-skin-item-name'); if (nameEl && curName) { curName.textContent = nameEl.textContent; } overlay.classList.remove('open'); btn.classList.remove('open'); }); }); document.addEventListener('click', function(e) { if (!overlay.contains(e.target) && e.target !== btn) { overlay.classList.remove('open'); btn.classList.remove('open'); } }); }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initExileInfobox); } else { initExileInfobox(); } })(); </script>
返回
Widget:追放信息
。
查看“︁Widget:追放信息”︁的源代码
来自OGAS数据中枢