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

This commit is contained in:
TJH 2025-11-05 15:33:41 +08:00
parent 3e864c9950
commit 7a97599efe
4 changed files with 1247 additions and 1201 deletions

View File

@ -352,8 +352,6 @@
"__id__": 0 "__id__": 0
}, },
"fileId": "8eh+qah79FpLesUv4srwJ7", "fileId": "8eh+qah79FpLesUv4srwJ7",
"instance": null,
"targetOverrides": null,
"nestedPrefabInstanceRoots": null "nestedPrefabInstanceRoots": null
}, },
{ {

File diff suppressed because it is too large Load Diff

View File

@ -41,7 +41,7 @@ export class webView extends Component {
setTimeout(waitForIframe, 100); setTimeout(waitForIframe, 100);
} }
}; };
waitForIframe(); waitForIframe();
} }
@ -79,13 +79,13 @@ export class webView extends Component {
let title = ''; let title = '';
if (param == 'rule') { if (param == 'rule') {
url = getSupportUrl(); url = getSupportUrl();
title = I18nManager.instance.t('Game_Rules'); title = I18nManager.instance.t('AID_MAIN_OPERATE_RULES');
} else if (param == 'paytable') { } else if (param == 'paytable') {
url = getOddsUrl(); url = getOddsUrl();
title = I18nManager.instance.t('Paytable'); title = I18nManager.instance.t('AID_MAIN_OPERATE_PAYTABLE');
} else if (param == 'history') { } else if (param == 'history') {
url = getHistoryUrl(); url = getHistoryUrl();
title = I18nManager.instance.t('Game History'); title = I18nManager.instance.t('AID_MAIN_OPERATE_HISTORY');
} }
this.title.string = title; this.title.string = title;

View File

@ -1618,7 +1618,7 @@
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1021.423828125, "width": 1021.423828125,
"height": 56.4 "height": 69
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
@ -1653,7 +1653,7 @@
"_actualFontSize": 38, "_actualFontSize": 38,
"_fontSize": 38, "_fontSize": 38,
"_fontFamily": "Arial", "_fontFamily": "Arial",
"_lineHeight": 40, "_lineHeight": 50,
"_overflow": 3, "_overflow": 3,
"_enableWrapText": true, "_enableWrapText": true,
"_font": null, "_font": null,
@ -1750,7 +1750,7 @@
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 1021.423828125, "width": 1021.423828125,
"height": 56.4 "height": 69
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
@ -1785,7 +1785,7 @@
"_actualFontSize": 42, "_actualFontSize": 42,
"_fontSize": 42, "_fontSize": 42,
"_fontFamily": "Arial", "_fontFamily": "Arial",
"_lineHeight": 40, "_lineHeight": 50,
"_overflow": 3, "_overflow": 3,
"_enableWrapText": true, "_enableWrapText": true,
"_font": { "_font": {