mirror of
https://github.com/sipeed/sipeed_wiki.git
synced 2026-09-11 00:22:49 -05:00
11 lines
339 B
HTML
11 lines
339 B
HTML
<script>
|
|
var hash = window.location.hash
|
|
if( navigator.language.indexOf("zh") == 0 )
|
|
{
|
|
location.href = window.location.origin + "/hardware/zh/lichee/th1520/lm4a.html"
|
|
}
|
|
else
|
|
{
|
|
location.href = window.location.origin + "/hardware/en/lichee/th1520/lm4a.html"
|
|
}
|
|
</script> |