mirror of
https://github.com/cool-team-official/cool-admin-midway-packages.git
synced 2026-01-04 16:28:11 +00:00
完善插件脚手架
This commit is contained in:
parent
1d3615c6eb
commit
ea9d43bbce
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@cool-midway/plugin-cli",
|
||||
"version": "7.1.2",
|
||||
"version": "7.1.3",
|
||||
"description": "cool-admin midway plugin",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
||||
@ -63,5 +63,5 @@ export interface BaseUpload {
|
||||
* @param ctx
|
||||
* @param key 文件路径
|
||||
*/
|
||||
upload(ctx): Promise<string>;
|
||||
upload(ctx): Promise<any>;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user