@xiaou66/picture-plugin 0.0.26 → 0.0.28

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.
@@ -3,6 +3,10 @@ export interface IUploadFileResult<E = any> {
3
3
  * 上传后文件访问地址
4
4
  */
5
5
  url: string;
6
+ /**
7
+ * 缩略图地址
8
+ */
9
+ thumbnailUrl?: string;
6
10
  /**
7
11
  * 额外数据
8
12
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiaou66/picture-plugin",
3
- "version": "0.0.26",
3
+ "version": "0.0.28",
4
4
  "description": "Picture bed plugin system",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",