minor update

This commit is contained in:
Leaf
2022-05-14 11:01:59 +08:00
parent 52ce85a63e
commit 5091a360d6
8 changed files with 12 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
/*
机场签到
cron: 16 8,22 * * *
自己定时,想什么时候签到就什么时候签到
适用于某些通用机场模板,自行测试你家机场能不能用
@@ -9,8 +10,8 @@ export jcAccounts='host=biteb.cc; username=你的用户名; password=你的密
自用的机场邀请(6元一个月)
https://biteb.cc/auth/register?code=v7wt
*/
const $ = new Env('机场签到');
const jsname = '机场签到'
const $ = new Env(jsname);
const logDebug = 0
const notifyFlag = 1; //0为关闭通知1为打开通知,默认为1