feat: support stage decorators and remove space plugin floder

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-04-24 15:38:00 +08:00
parent 8e5588ca23
commit b67474f7ff
7 changed files with 78 additions and 20 deletions

View File

@ -4,4 +4,9 @@ export const METADATA_KEY = {
tab: "@ms/plugin:tab",
listener: "@ms/plugin:listener",
config: "@ms/plugin:config",
stage: {
load: "@ms/plugin:stage:load",
enable: "@ms/plugin:stage:enable",
disable: "@ms/plugin:stage:disable"
}
};