()
| 172 | } |
| 173 | }, |
| 174 | oncomplete() { |
| 175 | if (['mycourse/studentstudy'].some((path) => location.href.includes(path))) { |
| 176 | $message.success('已进入学习页面,请等待自动运行...'); |
| 177 | return; |
| 178 | } |
| 179 | $message.info('请手动进入视频、作业、考试页面,脚本会自动运行。'); |
| 180 | } |
| 181 | }), |
| 182 | study: new Script({ |
| 183 | name: '🖥️ 课程学习', |
nothing calls this directly
no test coverage detected