piclist 1.0.1 → 1.0.2

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 CHANGED
@@ -2,28 +2,25 @@
2
2
 
3
3
  ![standard](https://img.shields.io/badge/code%20style-standard-green.svg?style=flat-square)
4
4
  ![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)
5
- [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fpicgo%2Fpicgo-core%2Fbadge%3Fref%3Dmaster&style=flat-square)](https://actions-badge.atrox.dev/picgo/picgo-core/goto?ref=master)
6
- ![npm](https://img.shields.io/npm/v/picgo.svg?style=flat-square)
7
- [![PicGo Convention](https://img.shields.io/badge/picgo-convention-blue.svg?style=flat-square)](https://github.com/PicGo/bump-version)
8
- ![node](https://img.shields.io/badge/node-%3E%3D12.0.0-blue?style=flat-square)
5
+ ![node](https://img.shields.io/badge/node-%3E%3D16.0.0-blue?style=flat-square)
9
6
 
10
7
  ![picgo-core](https://cdn.jsdelivr.net/gh/Molunerfinn/test/picgo/picgo-core-fix.jpg)
11
8
 
12
9
  A tool for picture uploading. Both CLI & api supports. It also supports plugin system, please check [Awesome-PicGo](https://github.com/PicGo/Awesome-PicGo) to find powerful plugins.
13
10
 
14
- Based on Picgo-Core and add some features.
11
+ Based on Picgo-Core and add more features.
15
12
 
16
13
  **Typora support natively**.
17
14
 
18
- ## 修改列表
15
+ ## New Features
19
16
 
20
- * 增加了水印添加、图片压缩和图片格式转换功能
21
- - CLI命令下通过 `picgo set buildin watermark`和 `picgo set buildin compress`设置水印和压缩参数
22
- - 图片处理位于beforeTransform之前,不与任何插件冲突
23
- * smms, imgur和github图床增加hash返回参数,配合piclist的删除功能
24
- * 增加了webdav内置支持
25
- * imgur图床添加了对账户上传的支持
26
- * axios等依赖升级到最新版本
17
+ - Add watermark, compress and convert image format features
18
+ - Set watermark and compress parameters through `picgo set buildin watermark` and `picgo set buildin compress` under CLI command
19
+ - Image processing is beforeTransform, which does not conflict with any plugin
20
+ - Add support for advanced rename, you can set the rename rule through `picgo set buildin rename` under the CLI command
21
+ - Add new built-in picbed: WebDAV, SFTP, Local path
22
+ - Adds support for imgur account uploads
23
+ - Fix several bugs of PicGo-Core
27
24
 
28
25
  ## Installation
29
26
 
@@ -63,7 +60,7 @@ yarn add piclist -D
63
60
 
64
61
  ### Use in CLI
65
62
 
66
- > PicGo uses `SM.MS` as the default upload pic-bed.
63
+ > PicList-Core uses `SM.MS` as the default upload pic-bed.
67
64
 
68
65
  Show help:
69
66
 
@@ -105,8 +102,6 @@ picgo upload /xxx/xx/xx.jpg
105
102
  picgo upload
106
103
  ```
107
104
 
108
- Thanks to [vs-picgo](https://github.com/Spades-S/vs-picgo) && [Spades-S](https://github.com/Spades-S) for providing the method to upload picture from clipboard.
109
-
110
105
  ### Use in node project
111
106
 
112
107
  #### Common JS
@@ -135,4 +130,4 @@ picgo.upload()
135
130
 
136
131
  ## Documentation
137
132
 
138
- For more details, you can checkout [documentation](https://picgo.github.io/PicGo-Core-Doc/).
133
+ For more details, you can checkout [documentation of PicGo-Core](https://picgo.github.io/PicGo-Core-Doc/).
@@ -71,6 +71,7 @@ export declare const ZH_CN: {
71
71
  PICBED_QINIU_MESSAGE_AREA: string;
72
72
  PICBED_QINIU_MESSAGE_OPTIONS: string;
73
73
  PICBED_QINIU_MESSAGE_URL: string;
74
+ PICBED_TELEGRAPH: string;
74
75
  PICBED_IMGUR: string;
75
76
  PICBED_IMGUR_CLIENTID: string;
76
77
  PICBED_IMGUR_USERNAME: string;