From 8657ac2af7584b6efa9e609d5dbecc04d37043f1 Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:36:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=94=A8=E4=BA=8E=E8=A1=A5?= =?UTF-8?q?=E8=B4=B4=E7=94=A8=E7=9A=84=E6=9C=BA=E5=8A=A8=E4=BD=8D=E5=AE=9A?= =?UTF-8?q?=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models/CECRecordTotal.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/models/CECRecordTotal.ts b/src/models/CECRecordTotal.ts index aec0367..06bfa14 100644 --- a/src/models/CECRecordTotal.ts +++ b/src/models/CECRecordTotal.ts @@ -64,6 +64,9 @@ export class CECRecordTotalClass extends BaseModule { * discord ticket: 26, 7, 9, 11, 13, 15, 17, 20, 21, 22, 23, 24, 25 * p2e season 2(Contribution Clash): 18 * 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 }) public claimStatus?: Map