🐞 fix(活动): 活动限时道具的时限来源修改
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -318,7 +318,7 @@
|
||||
"id": 45,
|
||||
"title": "&",
|
||||
"sendName": "学宫驿使",
|
||||
"content": "月基金",
|
||||
"content": "亲爱的百家传人,您购买的本期月旦基金有签到奖励尚未领取,现已发送至邮箱,请查收",
|
||||
"time": 720
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user