fix links for tags

This commit is contained in:
James Feng Cao 2024-04-01 21:51:55 +08:00
parent 8e88f74c4e
commit b7b4361758
105 changed files with 236 additions and 237 deletions

View file

@ -3,10 +3,10 @@
(function(){
var ls = navigator.languages;
for(var i in ls){
if(ls[i].startsWith("en")) {location.href="en/index.html";return;}
if(ls[i].startsWith("zh")) {location.href="zh/index.html";return;}
if(ls[i].startsWith("en")) {location.href="en/index.html#";return;}
if(ls[i].startsWith("zh")) {location.href="zh/index.html#";return;}
}
location.href="en/index.html";
location.href="en/index.html#";
})();
</script>
</head>