🐛 修复超级面板设置bug

This commit is contained in:
muwoo
2023-11-03 11:28:38 +08:00
parent 562a13fdff
commit 4e59294b16
7 changed files with 16 additions and 7 deletions

View File

@@ -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]})
});