From f698d44ce61e7c1cf23e8b5abd3dcbc1f32d98f0 Mon Sep 17 00:00:00 2001 From: fofolee Date: Sat, 24 Feb 2024 12:33:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E5=8F=96=E6=B6=88=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=88=86=E7=A6=BB=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 7 ++++--- src/components/ConfigurationMenu.vue | 9 +++++---- 2 files changed, 9 insertions(+), 7 deletions(-) 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 @@ - +