🐞 fix(活动): 活动限时道具的时限来源修改

This commit is contained in:
luying
2023-03-28 19:25:12 +08:00
parent c65c339e3a
commit f5d22d6d9a
9 changed files with 905 additions and 27 deletions

View File

@@ -36,6 +36,8 @@ export interface DicGoods {
readonly gift: number;
// 是否可以用于pvp随机
readonly randomShow: number;
// 关联活动
readonly activityType: number;
}
type KeysEnum<T> = { [P in keyof Required<T>]: true };
@@ -54,6 +56,7 @@ const DicGoodsKeys: KeysEnum<DicGoods> = {
image_id: true,
gift: true,
randomShow: true,
activityType: true,
}
export const dicGoods = new Map<number, DicGoods>();
export const figureCondition = new Map<number, { params: number[], id: number, gid: number }[]>(); // type => {params, id, gid}

View File

@@ -318,7 +318,7 @@
"id": 45,
"title": "&",
"sendName": "学宫驿使",
"content": "月基金",
"content": "亲爱的百家传人,您购买的本期月旦基金有签到奖励尚未领取,现已发送至邮箱,请查收",
"time": 720
}
]

File diff suppressed because it is too large Load Diff