幸运数字-结算-小秘书

This commit is contained in:
khalil
2025-05-09 17:27:22 +08:00
parent 9657f71c27
commit 0ba6505d2c
3 changed files with 51 additions and 0 deletions

View File

@@ -296,6 +296,9 @@ public enum I18nAlertEnum {
GUILD_SETTLEMENT_REWARD_TIP("本周期的公会长钻石薪资 {0} 已经发放到你的钱包,请注意查收~"),
LUCKY_NUMBER_HAS_JACKPOT_TIP("你在幸运数字活动中中奖啦!快去领取你的金币!"),
LUCKY_NUMBER_GET_JACKPOT_TIP("恭喜你在幸运数字活动中获得了{0}金币。"),
;
private final String defaultStr;