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

This commit is contained in:
TJH 2025-12-29 14:22:49 +08:00
parent b7452276c6
commit d6eb489f91
2 changed files with 2 additions and 2 deletions

View File

@ -885,7 +885,7 @@
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1080, "width": 1080,
"height": 18120 "height": 1812
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",

View File

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