Files
NANOKVM-sipeed_wiki-MIRROR/pages/index/zh/m4dock.html
2026-04-10 18:29:28 +08:00

17 lines
499 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 "#c8" :
location.href = window.location.origin + "/hardware/" + url_language + "/maixIV/m4cdock/intro.html"
break;
default :
location.href = window.location.origin + "/hardware/" + url_language + "/maixIV/m4cdock/intro.html"
}
</script>