Files
NANOKVM-sipeed_wiki-MIRROR/gowin.html
2026-09-10 08:01:49 +00:00

16 lines
604 B
HTML

<script>
var hash = window.location.hash
if (hash.indexOf("qa")!= -1){
location.href = "https://wiki.sipeed.com/hardware/zh/tang/Tang-Nano-Doc/questions.html"
}
if (hash.indexOf("ide")!= -1){
location.href = "https://wiki.sipeed.com/hardware/zh/tang/Tang-Nano-Doc/get_started/install-the-ide.html"
}
if (hash.indexOf("gao")!= -1){
location.href = "https://wiki.sipeed.com/hardware/zh/tang/Tang-Nano-Doc/questions.html#%E4%BD%BF%E7%94%A8-GAO"
}
else
{
location.href = "https://wiki.sipeed.com/hardware/zh/tang/index.html"
}
</script>