mirror of
https://github.com/sipeed/sipeed_wiki.git
synced 2026-09-11 00:22:49 -05:00
add nanokvm short link
This commit is contained in:
14
pages/index/en/nanokvm.html
Normal file
14
pages/index/en/nanokvm.html
Normal 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/introduction.html"
|
||||
}
|
||||
</script>
|
||||
14
pages/index/en/nanokvmpcie.html
Normal file
14
pages/index/en/nanokvmpcie.html
Normal 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_PCIe/introduction.html"
|
||||
}
|
||||
</script>
|
||||
14
pages/index/en/nanokvmusb.html
Normal file
14
pages/index/en/nanokvmusb.html
Normal 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_USB/introduction.html"
|
||||
}
|
||||
</script>
|
||||
14
pages/index/zh/nanokvmusb.html
Normal file
14
pages/index/zh/nanokvmusb.html
Normal 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_USB/introduction.html"
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user