piclist 0.0.9 → 0.1.1
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 +2 -3
- package/dist/index.cjs.js +2 -2
- package/dist/index.esm.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,9 +15,8 @@ A tool for picture uploading. Both CLI & api supports. It also supports plugin s
|
|
|
15
15
|
|
|
16
16
|
## 修改列表
|
|
17
17
|
|
|
18
|
-
* smms
|
|
19
|
-
*
|
|
20
|
-
* github图床的返回参数增加了图片hash,用于删除图片
|
|
18
|
+
* smms, imgur和github图床增加hash返回参数,配合piclist的删除功能
|
|
19
|
+
* 增加了webdav内置支持
|
|
21
20
|
|
|
22
21
|
## Installation
|
|
23
22
|
|