Skip to content

Commit

Permalink
fix(script): 修复部分课程不显示超星阅读任务的提示页面
Browse files Browse the repository at this point in the history
  • Loading branch information
enncy committed Sep 13, 2023
1 parent 1d6cd9b commit 907bb63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/scripts/src/projects/cx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ export const CXProject = Project.create({
name: '🖥️ 自动阅读',
url: [
['阅读页面', '/ztnodedetailcontroller/visitnodedetail'],
['课程首页', /chaoxing.com\/course\/\d+\.html/]
['课程目录', /chaoxing.com\/course\/\d+\.html/],
['课程目录', /chaoxing.com\/mooc-ans\/course\/\d+\.html/]
],
configs: {
notes: {
Expand Down

0 comments on commit 907bb63

Please sign in to comment.