Skip to content

Commit e6ba2b5

Browse files
author
robot
committed
feat: check in
1 parent 9168791 commit e6ba2b5

File tree

3 files changed

+24
-8
lines changed

3 files changed

+24
-8
lines changed

Diff for: config/blacklist.json

+19-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[
22
"7971128",
3+
"464244812",
34
"hillsonziqiu",
45
"mozro0327",
56
"liucy0417",
@@ -8,13 +9,15 @@
89
"zc-githubs",
910
"Placeholder",
1011
"Levix",
12+
"cyaoyao",
13+
"cengjingeng",
1114
"Erika2001",
12-
"LexieLiu01",
1315
"fangyh",
1416
"gitigor107",
1517
"size-of",
1618
"ARe99s",
1719
"zyycode",
20+
"Kuroky-Chen",
1821
"zhangjihu0",
1922
"w-z-hub",
2023
"wanyongtao1988",
@@ -25,7 +28,6 @@
2528
"ningali",
2629
"CoreJa",
2730
"LeiLeiW825",
28-
"yaofaqian",
2931
"XUHUIisxh",
3032
"peterolive",
3133
"dublue24",
@@ -36,24 +38,30 @@
3638
"125110072@qq.com",
3739
"peacejoylove86",
3840
"dmlseeing",
41+
"sichenguo",
3942
"Endeavor-Gcl",
4043
"S-T-D",
41-
"MellonGuan",
4244
"daidaidashixiong666",
4345
"ImSingee",
44-
"Siomarry",
4546
"sun-unc",
4647
"youyoumx",
48+
"klaus0323",
4749
"AMANKB",
50+
"threedayAAAAA",
4851
"luckyyangrun",
52+
"Yueqi_19",
53+
"Ben-Lee95",
4954
"a-enll1",
5055
"kernelSue",
5156
"flashyy",
5257
"caimaoy",
5358
"mosihan",
5459
"prhCSer",
60+
"rufengnanren",
5561
"theonebemine",
56-
"ZZWHU",
62+
"Dark-volute",
63+
"unclegem",
64+
"feikerwu",
5765
"zeningc",
5866
"Christina-Soda",
5967
"terryxing",
@@ -62,8 +70,12 @@
6270
"lsxlsxxslxsl",
6371
"learnprogram2",
6472
"lvhaohua",
65-
"fangyinghua",
6673
"for123jth",
6774
"sszqdz",
68-
"jenny08"
75+
"jenny08",
76+
"pingyuoo",
77+
"maggiexie00",
78+
"Clairexia123",
79+
"tr0ublemaker",
80+
"sumray"
6981
]

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"pug": "^2.0.3"
2929
},
3030
"devDependencies": {
31-
"nodemon": "^1.19.1"
31+
"nodemon": "^1.19.1",
32+
"typehole": "^1.6.2"
3233
}
3334
}

Diff for: static/users/generate.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
const fs = require("fs");
22
const path = require("path");
3+
const typehole = require("typehole");
34
const { Octokit } = require("@octokit/rest");
45
const { db } = require("../../config/index");
56
const users = require("./index.json");
67
// const { getDay } = require("../../utils/day");
78
const meta = require("../meta.json");
89

10+
typehole.t(db);
11+
912
async function run(incremental = true) {
1013
const octokit = new Octokit({ auth: process.env.issueToken });
1114
const ps = [];

0 commit comments

Comments
 (0)