Add short link m4nhat to hardware/zh/maixIV/m4nhat/intro.html

This commit is contained in:
taorye
2025-07-10 16:07:15 +08:00
parent 150e3935c3
commit 8e02bb03f1

View File

@@ -0,0 +1,17 @@
<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/m4nhat/intro.html"
break;
default :
location.href = window.location.origin + "/hardware/" + url_language + "/maixIV/m4nhat/intro.html"
}
</script>