修改插件runner为browserview

This commit is contained in:
muwoo
2021-12-03 17:54:58 +08:00
parent 0132a11d7e
commit cd41f0561c
18 changed files with 420 additions and 121 deletions

View File

@@ -112,7 +112,7 @@ export default async (nativeImage: any) => {
...app,
value: "plugin",
desc: app.path,
type: "app",
pluginType: "app",
action: `open ${app.path.replace(" ", "\\ ") as string}`,
keyWords: [appSubStr],
};

View File

@@ -34,7 +34,6 @@ class AdapterHandler {
);
}
this.baseDir = options.baseDir;
console.log(this.baseDir);
this.registry = options.registry || "https://registry.npm.taobao.org";
}