Browse Source

Merge branch 'master-cn' of https://git.cocorobo.hk/CocoRoboLabs/lxhelp into master-cn

panweitong 3 years ago
parent
commit
174a0e9edb
1 changed files with 4 additions and 4 deletions
  1. 4 4
      index.html

+ 4 - 4
index.html

@@ -125,11 +125,11 @@
             setTimeout(() => { imgload(); }, 500)
         }
         document.getElementById('hk').onclick = function () {
-            window.location.href = `http://x-help.cocorobo.hk/${hash}`
+            window.location.href = "./hant/";
+        }
+        document.getElementById('cn').onclick = function () {
+            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>