mirror of
https://github.com/sipeed/sipeed_wiki.git
synced 2026-09-11 09:26:42 -05:00
17
pages/index/zh/licheeconsole4a.html
Normal file
17
pages/index/zh/licheeconsole4a.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<script>
|
||||
var hash = window.location.hash
|
||||
var url_language = "zh"
|
||||
|
||||
if( navigator.language != "zh-CN" )
|
||||
{
|
||||
url_language = "en"
|
||||
}
|
||||
|
||||
switch (window.location.hash) {
|
||||
case "#desktop" :
|
||||
location.href = window.location.origin + "/hardware/" + url_language + "/lichee/th1520/lcon4a/lcon4a.html"
|
||||
break;
|
||||
default :
|
||||
location.href = window.location.origin + "/hardware/" + url_language + "/lichee/th1520/lcon4a/lcon4a.html"
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user