From 02ed28aefcd68ff66408c74afd2105f74a62213d Mon Sep 17 00:00:00 2001 From: TJH Date: Mon, 22 Sep 2025 16:30:02 +0800 Subject: [PATCH] 1 --- assets/Loading/scripts/comm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/Loading/scripts/comm.ts b/assets/Loading/scripts/comm.ts index 2ffaeb0..4139d65 100644 --- a/assets/Loading/scripts/comm.ts +++ b/assets/Loading/scripts/comm.ts @@ -27,7 +27,7 @@ export function getHistoryUrl() { } export function getLanguage() { - return 'zh'; + // return 'zh'; return language; }