piclist 0.7.1 → 0.7.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.
@@ -0,0 +1,2 @@
1
+ import { IPicGo } from '../../types';
2
+ export default function register(ctx: IPicGo): void;
@@ -252,6 +252,12 @@ export interface ISmmsConfig {
252
252
  token: string;
253
253
  backupDomain?: string;
254
254
  }
255
+ /** 本地图床配置项 */
256
+ export interface ILocalConfig {
257
+ path: string;
258
+ customUrl?: string;
259
+ webPath?: string;
260
+ }
255
261
  /** 七牛云图床配置项 */
256
262
  export interface IQiniuConfig {
257
263
  accessKey: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piclist",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "Modified PicGo core, A tool for picture uploading",
5
5
  "author": {
6
6
  "name": "Kuingsmile",