Skip to content

Commit acc176f

Browse files
author
ziye12
authored
Update zqdkgit.js
1 parent 9b8f950 commit acc176f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Task/zqdkgit.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +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-
}
122+
} else
128123
for (let i = 0; i < readArr.length; i++) {
129124
if (cookiesArr[i]) {
130125
dkurl = cookiesArr[i];

0 commit comments

Comments
 (0)