1
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m18s

This commit is contained in:
TJH 2026-05-09 16:30:46 +08:00
parent 80566efc5d
commit 24f68a12a3

View File

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