[update]更新

1.更新奖励货币符号为RM
2.更新再来一次文字提示
This commit is contained in:
2026-04-08 17:30:45 +08:00
parent ca64c9bccf
commit b159e6fd5d
16 changed files with 137 additions and 136 deletions

View File

@@ -529,8 +529,8 @@ export class PageMain extends BaseView {
}, 3.2);
let earn_str = this._game_data.win_coin > 0 ? "+" + this._game_data.win_coin : this._game_data.win_coin
this.lab_earn.string = earn_str
this.lab_earn.color = this._game_data.win_coin > 0 ? new Color(255, 91, 69) : new Color(96, 255, 38)
this.lab_earn.string = this._game_data.tier == "T5" ? Tools.GetLocalized("再来一次") : earn_str
this.lab_earn.color = this._game_data.win_coin >= 0 ? new Color(255, 91, 69) : new Color(96, 255, 38)
let blinkCount = 0;
const blink = () => {