This commit is contained in:
TJH 2025-09-22 16:30:02 +08:00
parent 69a08ba532
commit 02ed28aefc

View File

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