yuque-dl 1.0.12 → 1.0.13
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.
- package/README.md +11 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
语雀知识库下载为本地markdown
|
|
4
4
|
|
|
5
|
+

|
|
6
|
+
|
|
5
7
|
## Install
|
|
6
8
|
|
|
7
9
|
```bash
|
|
@@ -28,3 +30,12 @@ $ yuque-dl --help
|
|
|
28
30
|
-h, --help Display this message
|
|
29
31
|
-v, --version Display version number
|
|
30
32
|
```
|
|
33
|
+
|
|
34
|
+
## Example
|
|
35
|
+
|
|
36
|
+

|
|
37
|
+
|
|
38
|
+
## Feature
|
|
39
|
+
|
|
40
|
+
- [x] 支持下载中断继续
|
|
41
|
+
- [x] 支持图片下载本地
|