doc: add retro console page

This commit is contained in:
Rosemary_HSN
2025-04-21 22:31:38 +08:00
parent dbdb503a5a
commit 40d35bcecf
22 changed files with 433 additions and 144 deletions

View File

@@ -0,0 +1,16 @@
<script>
var hash = window.location.hash
if (hash.indexOf("start")!= -1){
location.href = window.location.origin + "/hardware/zh/tang/tang-console/retro-console.html"
}
else
{ if( navigator.language.indexOf("zh") == 0 )
{
location.href = window.location.origin + "/hardware/zh/tang/tang-console/retro-console.html"
}
else
{
location.href = window.location.origin + "/hardware/en/tang/tang-console/retro-console.html"
}
}
</script>