Add short links to NanoKVM Pro documentation

This commit is contained in:
BuGu
2025-08-28 11:13:00 +08:00
parent a4d88102d2
commit cffc4a32f6
4 changed files with 34 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ PiKVM框架下默认帐号密码也是`admin``admin`,但两个平台下使
![](./../../../assets/NanoKVM/pro/extended/SwitchtoNanoKVM.png)
点击后系统将自动重启,并启动为PiKVM框架。此过程约30s如果长时间不自动切换请手动刷新网页
点击后系统将自动重启,并启动为NanoKVM框架。此过程约30s如果长时间不自动切换请手动刷新网页
## SSH

View File

@@ -34,8 +34,8 @@ IP-KVM系列产品是远程桌面的硬件外挂通过HDMI捕捉画面
| 产品 | NomoKVM-Pro | NomoKVM | GxoKVM | JxxKVM |
|-------------|----------------|--------------|-------------|-------------|
| 主控 | AX630C | SG2002 | RVII26 | RVII06 |
| 核心 | 2xA53@1.5G | 1xC906@1.0G | 4xA7@1.5G | 1x7@1.2G |
| 主控 | AX630C | SG2002 | RV1126 | RV1106 |
| 核心 | 2xA53@1.2G | 1xC906@1.0G | 4xA7@1.5G | 1xA7@1.2G |
| 内存 | 1G LPDDR4X | 256M DDR3 | 1G DDR3 | 256M DDR3 |
| 硬盘 | 32G eMMC | 32G microSD | 8G eMMC | 16G eMMC |
| 系统 | NomoKVM+PIKVM | NomoKVM | GxoKVM | JxxKVM |
@@ -66,9 +66,9 @@ IP-KVM系列产品是远程桌面的硬件外挂通过HDMI捕捉画面
## NanoKVM-PCIe 资料
+ [NanoKVM Pro 镜像下载 (待更新)]()
+ [上手指南]()
+ [扩展应用]()
+ [常见问题]()
+ [ATX上手指南](https://wiki.sipeed.com/hardware/zh/kvm/NanoKVM_Pro/atx_start.html)
+ [高级应用](https://wiki.sipeed.com/hardware/zh/kvm/NanoKVM_Pro/extended.html)
+ [常见问题](https://wiki.sipeed.com/hardware/zh/kvm/NanoKVM_Pro/faq.html)
## 购买入口

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_Pro/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_Pro/introduction.html"
}
</script>