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.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  语雀知识库下载为本地markdown
4
4
 
5
+ ![header](https://socialify.git.ci/gxr404/yuque-dl/image?description=1&descriptionEditable=%E8%AF%AD%E9%9B%80%E7%9F%A5%E8%AF%86%E5%BA%93%E4%B8%8B%E8%BD%BD&issues=1&logo=https%3A%2F%2Fraw.githubusercontent.com%2Fgxr404%2Fyuque-dl%2Fmain%2Fassets%2Flogo.png&name=1&pattern=Circuit%20Board&pulls=1&stargazers=1&theme=Light)
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
+ ![demo](./assets/demo.gif)
37
+
38
+ ## Feature
39
+
40
+ - [x] 支持下载中断继续
41
+ - [x] 支持图片下载本地
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuque-dl",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "yuque 知识库下载",
5
5
  "type": "module",
6
6
  "bin": {