1. update ledstrip, fix faq dir error

This commit is contained in:
zepan
2025-10-07 17:37:09 +08:00
parent 22b7e6f04f
commit ed61de9338
5 changed files with 2 additions and 28 deletions

View File

@@ -1,14 +0,0 @@
<script>
var hash = window.location.hash
var url_language = "zh"
if (navigator.language.indexOf("zh") == -1) {
url_language = "en"
}
switch (window.location.hash) {
case "#shell":
default:
location.href = window.location.origin + "/hardware/" + url_language + "/kvm/NanoKVM_Pro/faq.html"
}
</script>

View File

@@ -1,14 +0,0 @@
<script>
var hash = window.location.hash
var url_language = "zh"
if (navigator.language.indexOf("zh") == -1) {
url_language = "en"
}
switch (window.location.hash) {
case "#shell":
default:
location.href = window.location.origin + "/hardware/" + url_language + "/kvm/NanoKVM_Pro/faq.html"
}
</script>