piclist 1.3.4 → 1.3.5

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 type { IPicGo } from '../../types';
2
+ export default function register(ctx: IPicGo): void;
@@ -385,6 +385,14 @@ export interface ISftpPlistConfig {
385
385
  fileMode?: string;
386
386
  dirMode?: string;
387
387
  }
388
+ /** PicList 图床配置项 */
389
+ export interface IPicListConfig {
390
+ host: string;
391
+ port?: number;
392
+ picbed?: string;
393
+ configName?: string;
394
+ serverKey?: string;
395
+ }
388
396
  /** PicGo 配置文件类型定义 */
389
397
  export interface IConfig {
390
398
  picBed: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piclist",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "Modified PicGo core, A tool for picture uploading",
5
5
  "author": {
6
6
  "name": "Kuingsmile",