Skip to content

Commit

Permalink
重构项目 #1
Browse files Browse the repository at this point in the history
小修 README.md
  • Loading branch information
Mufanc committed Oct 5, 2021
1 parent d2adaeb commit 14e29b0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,27 @@
py main.py list -d
```

<br/>

* 根据书籍 id 执行刷课

```shell
py main.py flash -i 51627#7B6911511DB6B33638F6C58531D8FBD3
```

<br/>

* 根据当前打开的页面执行刷课

```shell
py main.py flash -c
```

&emsp;&emsp;注意如果打开的是「教材学习」页(如下图),只会刷打开的这一本书籍的任务
注意如果打开的是「教材学习」页(如下图),只会刷打开的这一本书籍的任务

![](images/booklearn.png)

&emsp;&emsp;而如果是在课程详情页面,则会对该课程下的所有书籍执行刷课:
而如果是在课程详情页面,则会对该课程下的所有书籍执行刷课:

![](images/current_course.png)

Expand Down

0 comments on commit 14e29b0

Please sign in to comment.