Skip to content

Commit

Permalink
version release 4.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
enncy committed Oct 2, 2023
1 parent 9334762 commit 0e4115a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [4.6.10](https://github.com/ocsjs/ocsjs/compare/4.6.9...4.6.10) (2023-10-02)



## [4.6.9](https://github.com/ocsjs/ocsjs/compare/4.6.7...4.6.9) (2023-10-02)


Expand Down
12 changes: 1 addition & 11 deletions CHANGELOG_CURRENT.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
## [4.6.9](https://github.com/ocsjs/ocsjs/compare/4.6.7...4.6.9) (2023-10-02)


### Bug Fixes

* **script:** 修复智慧树考试脚本无法使用的BUG ([5f3f972](https://github.com/ocsjs/ocsjs/commit/5f3f9729687f93a5d2e36161883b822d14075518))


### Features

* **script:** 新增超星阅读任务无限阅读功能 ([137f739](https://github.com/ocsjs/ocsjs/commit/137f7397cef6554260db10f0d2a7535ca3db8073))
## [4.6.10](https://github.com/ocsjs/ocsjs/compare/4.6.9...4.6.10) (2023-10-02)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ocsjs",
"version": "4.6.9",
"version": "4.6.10",
"description": "ocs - online course script 在线网络课程辅助工具",
"types": "./lib/src/core/index.d.ts",
"main": "./lib/src/core/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/scripts/src/projects/cx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ export const CXProject = Project.create({
['课程目录', /chaoxing.com\/course\/\d+\.html/],
['课程目录', /chaoxing.com\/mooc-ans\/course\/\d+\.html/]
],
namespace: 'cx.new.auto-read',
configs: {
notes: {
defaultValue: $creator.notes(['阅读任务次日才会统计阅读时长']).outerHTML
Expand Down

0 comments on commit 0e4115a

Please sign in to comment.