piclist 0.8.14 → 0.9.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.
@@ -287,6 +287,10 @@ export interface IUpyunConfig {
287
287
  path: string;
288
288
  /** 加速域名,注意要加 `http://` 或者 `https://` */
289
289
  url: string;
290
+ /** 防盗链密钥 */
291
+ antiLeechToken: string;
292
+ /** 防盗链过期时间,单位为秒 */
293
+ expireTime: number;
290
294
  }
291
295
  /** 腾讯云图床配置项 */
292
296
  export interface ITcyunConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piclist",
3
- "version": "0.8.14",
3
+ "version": "0.9.1",
4
4
  "description": "Modified PicGo core, A tool for picture uploading",
5
5
  "author": {
6
6
  "name": "Kuingsmile",