mirror of
https://github.com/sipeed/sipeed_wiki.git
synced 2026-09-11 00:22:49 -05:00
16 lines
604 B
HTML
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> |