Compare commits

...

2 Commits

Author SHA1 Message Date
TJH
d6eb489f91 1
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m11s
2025-12-29 14:22:49 +08:00
TJH
b7452276c6 1 2025-12-29 13:33:18 +08:00
3 changed files with 4 additions and 4 deletions

View File

@ -1419,7 +1419,7 @@
"b": 255, "b": 255,
"a": 255 "a": 255
}, },
"_string": "65.2222222", "_string": "65.2",
"_horizontalAlign": 1, "_horizontalAlign": 1,
"_verticalAlign": 1, "_verticalAlign": 1,
"_actualFontSize": 26, "_actualFontSize": 26,
@ -1427,7 +1427,7 @@
"_fontFamily": "Arial", "_fontFamily": "Arial",
"_lineHeight": 200, "_lineHeight": 200,
"_overflow": 2, "_overflow": 2,
"_enableWrapText": true, "_enableWrapText": false,
"_font": { "_font": {
"__uuid__": "277ce92c-75d5-4d3f-9b31-5ba7c7e8a8fa", "__uuid__": "277ce92c-75d5-4d3f-9b31-5ba7c7e8a8fa",
"__expectedType__": "cc.BitmapFont" "__expectedType__": "cc.BitmapFont"

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;
} }