root 4 年之前
父节点
当前提交
a25b2c4841
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      index.html

+ 2 - 2
index.html

@@ -125,10 +125,10 @@
             setTimeout(() => { imgload(); }, 500)
         }
         document.getElementById('hk').onclick = function () {
-            window.location.href = "./hant/";
+            window.location.href = "../hant/";
         }
         document.getElementById('cn').onclick = function () {
-            window.location.href = "./hans/";
+            window.location.href = "../hans/";
         }
     </script>
     <!-- docsify -->