Skip to content

Commit f2d9fb5

Browse files
author
robot
committed
feat: 名单
1 parent 851662c commit f2d9fb5

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

config/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@ thisisandygl
231231
Yvonne1231-Wang
232232
Gentlemancj
233233
bolunzhang2021
234+
superFlowerLiao
235+
boy-new-2019
236+
rufengnanren
234237
minuet-red
235238
jmaStella
236239
caoyuyuyu
@@ -314,7 +317,6 @@ mosihan
314317
dpgirl
315318
jz1433
316319
Panruihua
317-
rufengnanren
318320
theonebemine
319321
Moin-Jer
320322
Peg-008
@@ -429,7 +431,6 @@ const blacklist = [
429431
"luckyyangrun",
430432
"a-enll1",
431433
"kernelSue",
432-
"RealDuxy",
433434
"flashyy",
434435
"caimaoy",
435436
"mosihan",

schedule/check-in.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ function run(n) {
8888

8989
for (const red of redlist) {
9090
us[red.login].allCheck = true;
91+
us[red.login].card = red.card;
9192
}
9293
for (const login of blacklist) {
9394
us[login].noCheck = true;

schedule/daily-check.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ async function run(d) {
6060
);
6161
}
6262
}
63+
6364
const MS_PER_HOUR = 1 * 60 * 60 * 1000;
6465
const TODAY = getDay(new Date().getTime() - MS_PER_HOUR); // 获取今天‘的题目。 为了照顾一些人, 我们凌晨一点统计昨天的,而不是当天的。
6566

static/users/index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)