完善插件脚手架

This commit is contained in:
cool 2024-02-19 17:15:03 +08:00
parent 1d3615c6eb
commit ea9d43bbce
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@cool-midway/plugin-cli", "name": "@cool-midway/plugin-cli",
"version": "7.1.2", "version": "7.1.3",
"description": "cool-admin midway plugin", "description": "cool-admin midway plugin",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {

View File

@ -63,5 +63,5 @@ export interface BaseUpload {
* @param ctx * @param ctx
* @param key * @param key
*/ */
upload(ctx): Promise<string>; upload(ctx): Promise<any>;
} }