Skip to content

Commit 073a554

Browse files
author
ziye12
authored
Update zqdkgit.js
1 parent aa0a06c commit 073a554

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

Task/zqdkgit.js

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -119,19 +119,7 @@ if ($.isNode()) {
119119

120120
if (isGetCookie = typeof $request !== 'undefined') {
121121
GetCookie()
122-
} else {
123-
!(async () => {
124-
if (!cookiesArr[0]) {
125-
$.msg($.name, '【提示】请先获取早起打卡一cookie')
126-
return;
127-
}
128-
for (let i = 0; i < readArr.length; i++) {
129-
if (cookiesArr[i]) {
130-
dkurl = cookiesArr[i];
131-
132-
$.index = i + 1;
133-
console.log(`-------------------------\n\n开始【早起打卡${$.index}】`)
134-
}
122+
} else
135123
await dktj();
136124
await dkxj();
137125
await showmsg();

0 commit comments

Comments
 (0)