Files
NANOKVM-sipeed_wiki-MIRROR/pages/index/zh/licheeconsole4a.html
2024-02-01 15:26:50 +08:00

17 lines
518 B
HTML

<script>
var hash = window.location.hash
var url_language = "zh"
if( navigator.language.indexOf("zh") == -1 )
{
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>