打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
OctoberSama留言 | 贡献2025年6月11日 (三) 16:46的版本

<script> (function waitForMW() {

   if (typeof mw !== "undefined" && mw.loader && typeof mw.loader.using === "function") {
       mw.loader.using('mediawiki.util').then(function () {
           mw.loader.using('ext.gadget.CaoCaoBi').then(() => {
               if (typeof swit_so === "function") {
                   swit_so_CCB();
               } else {
                   console.warn("swit_so_CCB 仍未定义");
               }
           });
       });
   } else {
       setTimeout(waitForMW, 50); // 每50毫秒检查一次
   }

})(); </script>