增加用于补贴用的机动位定义
This commit is contained in:
parent
89f30f775a
commit
8657ac2af7
@ -64,6 +64,9 @@ export class CECRecordTotalClass extends BaseModule {
|
|||||||
* discord ticket: 26, 7, 9, 11, 13, 15, 17, 20, 21, 22, 23, 24, 25
|
* discord ticket: 26, 7, 9, 11, 13, 15, 17, 20, 21, 22, 23, 24, 25
|
||||||
* p2e season 2(Contribution Clash): 18
|
* p2e season 2(Contribution Clash): 18
|
||||||
* founder's tag holder: 19
|
* founder's tag holder: 19
|
||||||
|
* 机动: 100, 101, 102, 103, 104, 105, 106, 107, 108, 109
|
||||||
|
* 机动位的用法: 比如现在是第三期, 要给某用户补发badge的奖励, 但他已经领了1,2期的奖励, 那就把他1,2期rate设为0,
|
||||||
|
* 把第3期的rate改为16, bit位改为未使用的机动位
|
||||||
*/
|
*/
|
||||||
@prop({ type: () => ClaimStatus, _id: false })
|
@prop({ type: () => ClaimStatus, _id: false })
|
||||||
public claimStatus?: Map<string, ClaimStatus>
|
public claimStatus?: Map<string, ClaimStatus>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user