update for ql repo usage

This commit is contained in:
Leaf
2022-05-19 16:27:15 +08:00
parent b87ea27899
commit 343418d123
4 changed files with 6 additions and 5 deletions

View File

@@ -4,8 +4,9 @@ cron: 40 18 * * *
export xmydAccount='你的账号&你的密码'
*/
const jsname = '小米运动刷步数'
const $ = new Env(jsname);
const $ = new Env("小米运动刷步数");
const jsname = "小米运动刷步数"
const logDebug = 0
const notifyFlag = 1; //0为关闭通知1为打开通知,默认为1