mirror of
https://github.com/sipeed/sipeed_wiki.git
synced 2026-09-11 00:22:49 -05:00
15 lines
376 B
HTML
15 lines
376 B
HTML
<script>
|
|
var hash = window.location.hash
|
|
var url_language = "zh"
|
|
|
|
if( navigator.language.indexOf("zh") == -1 )
|
|
{
|
|
url_language = "en"
|
|
}
|
|
|
|
switch (window.location.hash) {
|
|
case "#shell" :
|
|
default :
|
|
location.href = window.location.origin + "/hardware/" + url_language + "/longan/h618/lpi3h/1_intro.html"
|
|
}
|
|
</script> |