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

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

View File

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