帮助赔率多语言修改,iconMsg修改
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m6s

This commit is contained in:
TJH 2026-06-02 10:15:58 +08:00
parent c8954c5be0
commit f8c9f50cbe
6 changed files with 2703 additions and 1704 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -6334,7 +6334,7 @@
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 74.22119140625, "x": 0,
"y": 0, "y": 0,
"z": 0 "z": 0
}, },
@ -6629,7 +6629,7 @@
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 184.787109375, "x": 0,
"y": 0, "y": 0,
"z": 0 "z": 0
}, },

View File

@ -1260,7 +1260,7 @@
"__prefab": { "__prefab": {
"__id__": 48 "__id__": 48
}, },
"key": "Paytable", "key": "Symbol Payout Values",
"maxWidth": 800, "maxWidth": 800,
"_id": "" "_id": ""
}, },
@ -17083,7 +17083,7 @@
"__prefab": { "__prefab": {
"__id__": 725 "__id__": 725
}, },
"key": "Rules_5_12", "key": "Paytable",
"maxWidth": 800, "maxWidth": 800,
"_id": "" "_id": ""
}, },

File diff suppressed because it is too large Load Diff

View File

@ -109,7 +109,7 @@ export class HistoryDetail extends Component {
txt_round.color = yellowColor txt_round.color = yellowColor
txt_score.color = yellowColor txt_score.color = yellowColor
} else { } else {
txt_round.string = getTranslate(this.dict, "Free Spin") + ` ${i}/${scoreInfos.length - 1}` txt_round.string = getTranslate(this.dict, "Free Spin:") + ` ${i}/${scoreInfos.length - 1}`
txt_round.color = Color.WHITE txt_round.color = Color.WHITE
txt_score.color = Color.WHITE txt_score.color = Color.WHITE
} }
@ -159,7 +159,7 @@ export class HistoryDetail extends Component {
if (findIndex == 0) { if (findIndex == 0) {
txt_spin.string = getTranslate(this.dict, "Normal Spin") txt_spin.string = getTranslate(this.dict, "Normal Spin")
} else { } else {
txt_spin.string = getTranslate(this.dict, "Free Spin") + `${findIndex}/${maxIdx}` txt_spin.string = getTranslate(this.dict, "Free Spin:") + `${findIndex}/${maxIdx}`
} }
let yellowColor = new Color(0xFF, 0xAE, 0x00) let yellowColor = new Color(0xFF, 0xAE, 0x00)