Compare commits

..

No commits in common. "d6eb489f91fe660079ac8de839f0cf022963d217" and "3f493a1b03db8621aab9b418cd423219e4650f84" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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