活动:战令

This commit is contained in:
luying
2022-03-07 19:50:56 +08:00
parent 52351bdf4e
commit c7eabb44cf
20 changed files with 617 additions and 196 deletions

View File

@@ -54,6 +54,7 @@ export enum ACTIVITY_TYPE {
NEW_HERO_GACHA = 39, //新将擢迁(新武将抽卡)
LUCKY_TURNTABLE = 40, // 幸运转盘
TIME_LIMIT_RANK = 41, // 限时排行榜
TASK_PASS = 42, // 战令活动
}
/**
@@ -163,3 +164,7 @@ export const DAILYRMBGIFTS_DAYS = 7;//一次性购买*天
export const SIGNIN_OPEN = 1;//*号0点开启
export const SIGNIN_CLOSE = 31;//*号晚上24点结束
export enum TASK_PASS_TYPE {
STANDARD = 1, // 标准版,不付钱
VIP = 2, // 要付钱
}