mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-22 18:22:53 +08:00
🐛 修复系统插件无法打开ui界面问题
This commit is contained in:
@@ -28,7 +28,7 @@ const createPluginManager = (): any => {
|
||||
};
|
||||
|
||||
const openPlugin = (plugin) => {
|
||||
if (plugin.pluginType === "ui") {
|
||||
if (plugin.pluginType === "ui" || plugin.pluginType === "system") {
|
||||
if (state.currentPlugin && state.currentPlugin.name === plugin.name) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user