1.0.5 • Published 8 months ago

koa-sync-plug v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

KoaJS的爬虫屏蔽检查插件和访问量统计插件带有UI

使用方法

const initKoaSecureCheck = require("koa-sync-plug")

参数:

//后台地址
config.admin = config.admin || "/sync";
//后台请求TOKEN没有就自动生成
config.token = config.token || "TOKEN" + Date.now();
//JSON数据库路径
config.dbPath = config.dbPath || "data.db";
//过滤卡头,数组不存在则不过滤
config.check_cards = config.check_cards;
1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago