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

10 lines
282 B
HTML

<script>
var hash = window.location.hash
if (hash.indexOf("hardware")!= -1){
location.href = "https://dl.sipeed.com/shareURL/Maix-Zero/M0sense"
}
else
{
location.href = window.location.origin + "/hardware/zh/maixzero/m0s/m0s.html"
}
</script>