feat: add plugin web stage

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-07-06 16:10:33 +08:00
parent 3ea72f0aac
commit e55d48d713
4 changed files with 64 additions and 30 deletions

View File

@ -19,7 +19,7 @@ export namespace interfaces {
/**
* 对象
*/
target?: string
target?: any
}
export interface ControllerMetadata extends WebMetadata {