diff --git a/src/App.vue b/src/App.vue index d8f47f3..6a4fb28 100644 --- a/src/App.vue +++ b/src/App.vue @@ -120,9 +120,10 @@ export default defineComponent({ this.updateExp(); this.$q.dark.set(utools.isDarkColors()); this.enterData = enter; - if (this.$root.profile.autoDetachFeatures?.includes(enter.code)) { - autoDetach.autoDetach(); - } + // 自动分离目前还没有好的方案 + // if (this.$root.profile.autoDetachFeatures?.includes(enter.code)) { + // autoDetach.autoDetach(); + // } this.$router.push(enter.code); }, outPlugin() { diff --git a/src/components/ConfigurationMenu.vue b/src/components/ConfigurationMenu.vue index 764a497..16e5846 100644 --- a/src/components/ConfigurationMenu.vue +++ b/src/components/ConfigurationMenu.vue @@ -258,13 +258,14 @@ 进入插件时自动聚焦搜索 - + + @@ -309,7 +310,7 @@ - +