feat(活动): 添加弹出礼包逻辑

This commit is contained in:
luying
2023-10-11 21:11:35 +08:00
parent e4e692458b
commit 92e9549a21
3 changed files with 53 additions and 8 deletions

View File

@@ -218,6 +218,10 @@ export enum POP_UP_SHOP_CONDITION_TYPE {
AUCTION = 8, // 拍卖行
TITLE = 9, // 爵位到达x
TOWER = 10, // 镇念塔到达x层
STONE_NOT_ENOUGH = 11, // 地魄石不足
EQUIP_STAR_NOT_ENOUGH = 12, // 精炼道具不足
FAVOR_NOT_ENOUGH = 13, // 好感道具不足
EXP_NOT_ENOUGH = 14, // 经验道具不足
}
export enum POP_UP_SHOP_REFRESH_TIME_TYPE {