minor update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user