File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1193,7 +1193,7 @@ async function start() {
1193
1193
}
1194
1194
1195
1195
//检查每日答题
1196
- if ( settings . ExamPractice && taskProgress [ 5 ] . currentScore != taskProgress [ 5 ] . dayMaxScore ) {
1196
+ if ( settings . ExamPractice && taskProgress [ 3 ] . currentScore != taskProgress [ 3 ] . dayMaxScore ) {
1197
1197
tasks [ 2 ] = false ; //只要还有要做的,就当做没完成
1198
1198
console . log ( "3.做每日答题" ) ;
1199
1199
await doExamPractice ( ) ;
@@ -1214,9 +1214,9 @@ async function start() {
1214
1214
} else {
1215
1215
tasks[3] = true;
1216
1216
}*/
1217
-
1217
+ task [ 4 ] = true ;
1218
1218
//检查专项练习
1219
- if ( settings . ExamPaper && taskProgress [ 4 ] . currentScore == 0 ) {
1219
+ /* if (settings.ExamPaper && taskProgress[4].currentScore == 0) {
1220
1220
tasks[4] = false;//只要还有要做的,就当做没完成
1221
1221
console.log("5.做专项练习");
1222
1222
let result = await doExamPaper();
@@ -1226,7 +1226,7 @@ async function start() {
1226
1226
}
1227
1227
} else {
1228
1228
tasks[4] = true;
1229
- }
1229
+ }*/
1230
1230
1231
1231
if ( tasks [ 0 ] && tasks [ 1 ] && tasks [ 2 ] && tasks [ 3 ] && tasks [ 4 ] ) {
1232
1232
//如果检查都做完了,就不用继续了
You can’t perform that action at this time.
0 commit comments