This commit is contained in:
TJH 2025-12-25 17:55:34 +08:00
parent 273273a10e
commit ac4ff2ba88
2 changed files with 6 additions and 6 deletions

View File

@ -32,7 +32,7 @@ export function getHistoryUrl() {
} }
export function getLanguage() { export function getLanguage() {
return 'zh'; // return 'my';
return language; return language;
} }