Merge pull request #596 from SinKy-Yan/main

增加lcon4a短链
This commit is contained in:
Caize Wu
2024-01-05 09:58:36 +08:00
committed by GitHub

View File

@@ -0,0 +1,17 @@
<script>
var hash = window.location.hash
var url_language = "zh"
if( navigator.language != "zh-CN" )
{
url_language = "en"
}
switch (window.location.hash) {
case "#desktop" :
location.href = window.location.origin + "/hardware/" + url_language + "/lichee/th1520/lcon4a/lcon4a.html"
break;
default :
location.href = window.location.origin + "/hardware/" + url_language + "/lichee/th1520/lcon4a/lcon4a.html"
}
</script>