mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-29 05:59:30 +08:00
✨ 修改插件runner为browserview
This commit is contained in:
@@ -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],
|
||||
};
|
||||
|
||||
@@ -34,7 +34,6 @@ class AdapterHandler {
|
||||
);
|
||||
}
|
||||
this.baseDir = options.baseDir;
|
||||
console.log(this.baseDir);
|
||||
this.registry = options.registry || "https://registry.npm.taobao.org";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user