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

@@ -26,7 +26,7 @@ https://magicisland.58.com/web/sign/getIndexSignInInfo url script-request-header
[MITM]
hostname = magicisland.58.com
*/
const $ = Env('58同城')
const $ = new Env("58同城")
const jsname = '58同城'
const logDebug = 0

View File

@@ -23,7 +23,7 @@ hostname = market.chuxingyouhui.com
*/
const $ = Env('全球购骑士特权')
const $ = new Env('全球购骑士特权')
const jsname = '全球购骑士特权'
const notifyFlag = 1; //0为关闭通知1为打开通知,默认为1
const logDebug = 0

View File

@@ -4,7 +4,7 @@ cron: 22 7,20 * * *
把捉到的cookie填到smzdmCookie里@隔开
*/
const $ = Env('什么值得买')
const $ = new Env("什么值得买")
const jsname = '什么值得买'
const notifyFlag = 1; //0为关闭通知1为打开通知,默认为1
const logDebug = 0

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