mirror of
https://github.com/rubickCenter/rubick
synced 2026-01-02 01:49:27 +08:00
🐛 修复超级面板设置bug
This commit is contained in:
@@ -108,6 +108,7 @@ const changeMenu = (key: any) => {
|
||||
};
|
||||
|
||||
window.rubick.onPluginEnter(({ code }: { code: string }) => {
|
||||
code = code === '已安装插件' ? 'installed' : code;
|
||||
changeMenu(code);
|
||||
store.commit('commonUpdate', {active: [code]})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user