root 4 سال پیش
والد
کامیت
8e02227260
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      index.html

+ 4 - 4
index.html

@@ -124,12 +124,12 @@
             hash = window.location.hash;
             setTimeout(() => { imgload(); }, 500)
         }
+        document.getElementById('hk').onclick = function () {
+            window.location.href = "./hant/";
+        }
         document.getElementById('cn').onclick = function () {
-            window.location.href = `http://x-help.cocorobo.cn/${hash}`
+            window.location.href = "./hans/";
         }
-        // document.getElementById('aa').onclick = function () {
-        //     window.location.href = `http://x-help.cocorobo.hk/${hash}`
-        // }
     </script>
     <!-- docsify -->
     <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/docsify/4.9.4/docsify.min.js"></script>