We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0a06c commit 073a554Copy full SHA for 073a554
1 file changed
Task/zqdkgit.js
@@ -119,19 +119,7 @@ if ($.isNode()) {
119
120
if (isGetCookie = typeof $request !== 'undefined') {
121
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
+} else
135
await dktj();
136
await dkxj();
137
await showmsg();
0 commit comments