Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f1ce95

Browse files
committed
1 parent 16a6fd2 commit 5f1ce95

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

Task/youth.js

+10-14
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
88
*/
99

10-
const $ = new Env("中青看点")
10+
const $ = new Env("中青看点");
1111

1212
const notify = $.isNode() ? require('./sendNotify') : '';
1313
//const youthNode = $.isNode() ? require('./youth_env') : '';
1414

1515
// 可设置部分
16-
let notifyInterval = $.getdata("notifytimes") || 50 //通知间隔,默认抽奖每50次通知一次,如需关闭全部通知请设为0
17-
let ONCard = $.getdata('zqcard') || "false" //早起打卡开关
18-
let s = $.getdata('delay_rotary_zq') || "10" //转盘延迟时间
19-
let withdrawcash = $.getdata('zqcash') || 30 //提现金额
16+
let notifyInterval = $.getdata("notifytimes") || 50; //通知间隔,默认抽奖每50次通知一次,如需关闭全部通知请设为0
17+
let ONCard = $.getdata('zqcard') || "false"; //早起打卡开关
18+
let s = $.getdata('delay_rotary_zq') || "10"; //转盘延迟时间
19+
let withdrawcash = $.getdata('zqcash') || 30; //提现金额
2020
let cardTime = $.getdata('zqtime') || "05"; //打卡时间
2121

2222
// 需获取部分
@@ -27,14 +27,10 @@ let artBody = $.getdata('read_zq');
2727
let readTimes = $.getdata('readtime_zq');
2828

2929
//声明部分
30-
let rotaryscore = 0,
31-
doublerotary = 0;
32-
let cookieArr = [],
33-
cookie = '',
34-
readArr = [],
35-
articbody = '',
36-
timeArr = [],
37-
timebody = '';
30+
let rotaryscore = 0,doublerotary = 0;
31+
let cookieArr = [],cookie = '';
32+
let readArr = [],articbody = '';
33+
let timeArr = [],timebody = '';
3834

3935
// 脚本部分
4036
if (isGetCookie = typeof $request !== 'undefined') {
@@ -314,7 +310,7 @@ function withDraw() {
314310
'User-Agent': 'KDApp/2.0.0 (iPhone; iOS 14.5; Scale/3.00)'
315311
},
316312
body: withdrawBody,
317-
}
313+
};
318314
$.post(url, (error, resp, data) => {
319315
withDrawres = JSON.parse(data)
320316
if (withDrawres.error_code == 0) {

0 commit comments

Comments
 (0)