From 4997d99764ef297257d85eb5bfb97dfecbb719a6 Mon Sep 17 00:00:00 2001 From: taorye Date: Tue, 24 Mar 2026 11:40:47 +0800 Subject: [PATCH] doc(T256s): update URL construction for language support in T256s page --- pages/index/zh/t256s.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index/zh/t256s.html b/pages/index/zh/t256s.html index ac4b39a9..2fdbba88 100644 --- a/pages/index/zh/t256s.html +++ b/pages/index/zh/t256s.html @@ -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" } \ No newline at end of file