Skip to content

Commit

Permalink
修正拼写错误
Browse files Browse the repository at this point in the history
  • Loading branch information
gulideshanhe committed Oct 25, 2024
1 parent dd29922 commit 57a8ba7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ _\*如果非常用地登入(可能?)会需要短信验证, 您应该先用
"proxies": {},
"logLevel": "INFO",
"tree_view": true,
"progressbar_vier": false,
"progressbar_view": false,
"qr_extra": {
"show_in_terminal": null,
"ensure_unicode": false
Expand All @@ -119,7 +119,7 @@ _\*如果非常用地登入(可能?)会需要短信验证, 您应该先用
- `logLevel`: 日志等级, 可选 `NOTSET` `DEBUG` `INFO` `WARNING` `ERROR` `CRITICAL`
- `save_cookies`: 保存cookies,*短时间*内可以自动登录。
- `tree_view`: 课程目录结构,关闭后不显示所有课程目录。
- `progressbar_vier`: 进度条控制,关闭后不显示当前视频进度。
- `progressbar_view`: 进度条控制,关闭后不显示当前视频进度。
- `image_path`: 登录二维码保存路径,留空则不保存。
- `qr_extra`: QR 相关配置
- `show_in_terminal`: 将二维码打印至终端
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"proxies": {},
"logLevel": "INFO",
"tree_view": True,
"progressbar_vier": True,
"progressbar_view": True,
"qr_extra": {
"show_in_terminal": None,
"ensure_unicode": False
Expand Down

0 comments on commit 57a8ba7

Please sign in to comment.