Add NanoKVM Go wiki page

This commit is contained in:
916BGAI
2026-06-15 16:25:46 +08:00
parent e4e6c96641
commit 9914a38384
4 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
title: NanoKVM Go
keywords: NanoKVM, Remote desktop, KVM
---

View File

@@ -0,0 +1,4 @@
---
title: NanoKVM Go
keywords: NanoKVM, Remote desktop, KVM
---

View File

@@ -0,0 +1,14 @@
<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_Go/introduction.html"
}
</script>

View File

@@ -0,0 +1,14 @@
<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_Go/introduction.html"
}
</script>