@mo7yw4ng/openape 2.0.6 → 2.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -61,6 +61,7 @@ openape quizzes list-all # 列出所有課程測驗
61
61
  openape quizzes start <quiz-id> # 開始測驗
62
62
  openape quizzes info <attempt-id> # 查看測驗題目
63
63
  openape quizzes save <attempt-id> '<answers>' # 儲存測驗答案
64
+ openape quizzes submit <attempt-id> # 送出目前已儲存的測驗答案
64
65
  openape materials list-all # 列出所有可下載教材
65
66
  openape materials download <id> # 下載指定教材 (支援 --output-dir)
66
67
  openape materials download-all # 批次下載教材 (支援 --output-dir, --level)
@@ -123,7 +124,7 @@ npx skills add mo7yw4ng/openape
123
124
  ```bash
124
125
  git clone https://github.com/mo7yw4ng/openape && cd openape
125
126
 
126
- # 建置 (需安裝 Playwright 瀏覽器支援: Edge/Chrome/Brave)
127
+ # 建置
127
128
  cargo build
128
129
 
129
130
  # 執行
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mo7yw4ng/openape",
3
- "version": "2.0.6",
3
+ "version": "2.0.8",
4
4
  "description": "CLI tool for CYCU i-Learning platform",
5
5
  "bin": {
6
6
  "openape": "bin/openape.js"
@@ -9,12 +9,12 @@
9
9
  "build": "tsc && npx shx mv bin/index.js bin/openape.js"
10
10
  },
11
11
  "optionalDependencies": {
12
- "@mo7yw4ng/openape-linux-x64": "2.0.6",
13
- "@mo7yw4ng/openape-linux-arm64": "2.0.6",
14
- "@mo7yw4ng/openape-darwin-x64": "2.0.6",
15
- "@mo7yw4ng/openape-darwin-arm64": "2.0.6",
16
- "@mo7yw4ng/openape-win32-x64": "2.0.6",
17
- "@mo7yw4ng/openape-win32-arm64": "2.0.6"
12
+ "@mo7yw4ng/openape-linux-x64": "2.0.8",
13
+ "@mo7yw4ng/openape-linux-arm64": "2.0.8",
14
+ "@mo7yw4ng/openape-darwin-x64": "2.0.8",
15
+ "@mo7yw4ng/openape-darwin-arm64": "2.0.8",
16
+ "@mo7yw4ng/openape-win32-x64": "2.0.8",
17
+ "@mo7yw4ng/openape-win32-arm64": "2.0.8"
18
18
  },
19
19
  "devDependencies": {
20
20
  "typescript": "^5.0.0",