mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-19 17:47:37 +08:00
🐛 修复插件市场搜索空白问题
This commit is contained in:
@@ -23,6 +23,7 @@ const API: any = {
|
||||
DBKEY: "RUBICK_DB_DEFAULT",
|
||||
openPlugin({ plugin }, window) {
|
||||
if (API.currentPlugin && API.currentPlugin.name === plugin.name) return;
|
||||
window.setSize(window.getSize()[0], 60);
|
||||
runnerInstance.removeView(window);
|
||||
runnerInstance.init(plugin, window);
|
||||
API.currentPlugin = plugin;
|
||||
|
||||
Reference in New Issue
Block a user