Skip to content

Commit

Permalink
version release 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
enncy committed Nov 25, 2023
1 parent d97e538 commit 888225e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 22 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.7.1](https://github.com/ocsjs/ocsjs/compare/4.7.0...4.7.1) (2023-11-25)


### Bug Fixes

* **script:** 修复上个版本 职教云资源库获取课程信息失败 bug ([d97e538](https://github.com/ocsjs/ocsjs/commit/d97e538601a3d015c0e66609a5397033ab643a9c))



# [4.7.0](https://github.com/ocsjs/ocsjs/compare/4.6.32...4.7.0) (2023-11-25)


Expand Down
23 changes: 2 additions & 21 deletions CHANGELOG_CURRENT.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,9 @@
# [4.7.0](https://github.com/ocsjs/ocsjs/compare/4.6.32...4.7.0) (2023-11-25)
## [4.7.1](https://github.com/ocsjs/ocsjs/compare/4.7.0...4.7.1) (2023-11-25)


### Bug Fixes

* **core:** 添加题库配置 method 大小写适配 ([d496be7](https://github.com/ocsjs/ocsjs/commit/d496be7cc5253c4b7ac8ba171dbd508ba9038d2a))
* **core:** 修复选项元素在没有 title 时显示为 undefined 的 BUG ([12ff0dc](https://github.com/ocsjs/ocsjs/commit/12ff0dc8c623ca0d4e38f230946d950ce18e26db))
* **core:** 优化选择下拉框设置,优化代码,修改之前由于无法获取value而使用的 $creator.selectOptions 的BUG ([2cf5318](https://github.com/ocsjs/ocsjs/commit/2cf5318030eb9427811db65973efe5b36eac2692))
* **script:** 将软件辅助的点击设置成点击元素中心点 ([a0e421d](https://github.com/ocsjs/ocsjs/commit/a0e421df0ceeba369bb9c64c95e0de7e21e2ff7b))
* **script:** 添加智慧树题目类型判断,修复某些题目不自动填写的BUG ([7bce433](https://github.com/ocsjs/ocsjs/commit/7bce4331ec9f504b6d887ec5e3d1443613200ce1))
* **script:** 修复职教云更新后-资源库不自动学习的BUG ([2d4d026](https://github.com/ocsjs/ocsjs/commit/2d4d0269d86e525ed288d322e231a4422572e461))
* **script:** 优化脚本字间距,搜索结果字间距和窗口间距 ([bcc4d87](https://github.com/ocsjs/ocsjs/commit/bcc4d87acbfd6aa78dce50d81bc561992f5fe7ab))
* **script:** 优化软件辅助错误提示 ([7f42cba](https://github.com/ocsjs/ocsjs/commit/7f42cbafa069d6350c74fe07a06e58d8782abe54))
* **script:** 优化智慧树学习提示 ([ee44189](https://github.com/ocsjs/ocsjs/commit/ee44189adac7b50bb2e35b9e7aca5eb1c4f73937))
* **script:** 优化智慧职教填空题 ([586b1fc](https://github.com/ocsjs/ocsjs/commit/586b1fc66468d3b55d4c359b84d1a4ec36f89f73))


### Features

* **script:** 添加超星学习通 视频内题目随机答题功能 ([e2d9d5d](https://github.com/ocsjs/ocsjs/commit/e2d9d5d84a11c62d5e21a2dba54be76f3f7e3ff4))
* **script:** 添加超星学习通-章节页面自动切换脚本 ([c0ac30c](https://github.com/ocsjs/ocsjs/commit/c0ac30c0b60a72de097f53dcdb94cd9247bd0e60))
* **script:** 添加职教云遇到讨论课件时自动跳过 ([994ba3e](https://github.com/ocsjs/ocsjs/commit/994ba3e9055581b14a2fb61aa680bb9f2327eb2c))
* **script:** 新增网课 中国大学MOOC 的学习、作业脚本支持 ([17445e5](https://github.com/ocsjs/ocsjs/commit/17445e5478f398d3580bc561eee2542804872478))
* **script:** 新增智慧职教-学习中心自动学习功能 ([0a8de35](https://github.com/ocsjs/ocsjs/commit/0a8de35bd99d74a43064a5f0213069e1d9ad80a1))
* **script:** 优化全部网课平台的系统通知功能,添加任务点完成提示,添加智慧树验证码提示 ([7e30125](https://github.com/ocsjs/ocsjs/commit/7e30125fd0858bd9c2067de0e7f3ad95bf639ff9))
* **script:** 修复上个版本 职教云资源库获取课程信息失败 bug ([d97e538](https://github.com/ocsjs/ocsjs/commit/d97e538601a3d015c0e66609a5397033ab643a9c))



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.7.0",
"version": "4.7.1",
"description": "ocs - online course script 在线网络课程辅助工具",
"types": "./lib/src/core/index.d.ts",
"main": "./lib/src/core/index.js",
Expand Down

0 comments on commit 888225e

Please sign in to comment.