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

@@ -20,14 +20,14 @@
V2P/圈叉: V2P/圈叉:
[task_local] [task_local]
#58同城 #58同城
7 * * * * https://raw.githubusercontent.com/leafxcy/JavaScript/main/58tc.js, tag=58同城, enabled=true 7 7-12 * * * https://raw.githubusercontent.com/leafxcy/JavaScript/main/58tc.js, tag=58同城, enabled=true
[rewrite_local] [rewrite_local]
https://magicisland.58.com/web/sign/getIndexSignInInfo url script-request-header https://raw.githubusercontent.com/leafxcy/JavaScript/main/58tc.js https://magicisland.58.com/web/sign/getIndexSignInInfo url script-request-header https://raw.githubusercontent.com/leafxcy/JavaScript/main/58tc.js
[MITM] [MITM]
hostname = magicisland.58.com hostname = magicisland.58.com
*/ */
const $ = Env('58同城')
const jsname = '58同城' const jsname = '58同城'
const $ = Env(jsname)
const logDebug = 0 const logDebug = 0
const notifyFlag = 1; //0为关闭通知1为打开通知,默认为1 const notifyFlag = 1; //0为关闭通知1为打开通知,默认为1

View File

@@ -1,10 +1,11 @@
/* /*
渤海宣传员 渤海宣传员
cron: 16 7,19 * * *
把捉到token填到bhxcytoken里换行或者@隔开捉包后不要再打开小程序否则会掉CK 把捉到token填到bhxcytoken里换行或者@隔开捉包后不要再打开小程序否则会掉CK
*/ */
const $ = new Env('渤海宣传员');
const jsname = '渤海宣传员' const jsname = '渤海宣传员'
const $ = new Env(jsname);
let envSplitor = ['\n','@'] let envSplitor = ['\n','@']
let httpResult, httpReq, httpResp let httpResult, httpReq, httpResp

View File

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

View File

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

View File

@@ -19,8 +19,8 @@ https://club.biqr.cn/api/member/getMemberInfo url script-request-header https://
[MITM] [MITM]
hostname = club.biqr.cn hostname = club.biqr.cn
*/ */
const $ = new Env('康师傅畅饮社');
const jsname = '康师傅畅饮社' const jsname = '康师傅畅饮社'
const $ = new Env(jsname);
const logDebug = 0 const logDebug = 0
const notifyFlag = 1; //0为关闭通知1为打开通知,默认为1 const notifyFlag = 1; //0为关闭通知1为打开通知,默认为1

View File

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

View File

@@ -26,8 +26,8 @@ https://wzq.tenpay.com/cgi-bin/.*user.*.fcgi url script-request-header https://r
[MITM] [MITM]
hostname = wzq.tenpay.com hostname = wzq.tenpay.com
*/ */
const $ = new Env('腾讯自选股V2');
const jsname = '腾讯自选股V2' const jsname = '腾讯自选股V2'
const $ = new Env(jsname);
const notifyFlag = 1; //0为关闭通知1为打开通知,默认为1 const notifyFlag = 1; //0为关闭通知1为打开通知,默认为1
let notifyStr = '' let notifyStr = ''

View File

@@ -1,5 +1,6 @@
/* /*
小米运动刷步数 小米运动刷步数
cron: 40 18 * * *
export xmydAccount='你的账号&你的密码' export xmydAccount='你的账号&你的密码'
*/ */