doc(T256s): update URL construction for language support in T256s page

This commit is contained in:
taorye
2026-03-24 11:40:47 +08:00
parent 31930f69a8
commit 4997d99764

View File

@@ -11,6 +11,6 @@
case "#c8" :
break;
default :
location.href = window.location.origin + "/hardware/zh/ThermalCam/T256s/Intro.html"
location.href = window.location.origin + "/hardware/" + url_language + "/ThermalCam/T256s/Intro.html"
}
</script>