|
@@ -125,11 +125,11 @@
|
|
|
setTimeout(() => { imgload(); }, 500)
|
|
|
}
|
|
|
document.getElementById('hk').onclick = function () {
|
|
|
- window.location.href = `http://x-help.cocorobo.hk/${hash}`
|
|
|
+ window.location.href = "./hant/";
|
|
|
+ }
|
|
|
+ document.getElementById('cn').onclick = function () {
|
|
|
+ window.location.href = "./hans/";
|
|
|
}
|
|
|
- // document.getElementById('aa').onclick = function () {
|
|
|
- // window.location.href = `http://x-help.cocorobo.hk/${hash}`
|
|
|
- // }
|
|
|
</script>
|
|
|
<!-- docsify -->
|
|
|
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/docsify/4.9.4/docsify.min.js"></script>
|