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