This commit is contained in:
TJH 2025-12-29 14:22:49 +08:00
parent b7452276c6
commit 39e1afecf3
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;
} }