mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-22 18:22:53 +08:00
🐛 修复插件市场搜索空白问题
This commit is contained in:
@@ -71,6 +71,7 @@ const createPluginManager = (): any => {
|
||||
);
|
||||
return {
|
||||
...pluginInfo,
|
||||
icon: pluginInfo.logo,
|
||||
indexPath: commonConst.dev()
|
||||
? "http://localhost:8081/#/"
|
||||
: `file://${path.join(pluginPath, "../", pluginInfo.main)}`,
|
||||
|
||||
Reference in New Issue
Block a user