活动:神州探秘活动

This commit is contained in:
luying
2022-05-20 16:26:50 +08:00
parent 4ed415207c
commit f4f4eac549
8 changed files with 325 additions and 567 deletions

View File

@@ -191,4 +191,13 @@ export enum POP_UP_SHOP_REFRESH_TIME_TYPE {
NATURAL_WEEK = 2, // 自然周
NATURAL_MONTH = 3, // 自然月
DAYS = 4, // 从beginTime开始固定日
}
export enum TREASURE_HUNT_DATA_TYPE {
ALL = 0, // 所有
FIRST_PAGE = 1,
SHOP = 2,
TASK = 3,
CHALLENGE = 4,
TREASURE_SHOP = 5,
}