From ff8f501b986a8d597b991936dd1e3a8de1f8c634 Mon Sep 17 00:00:00 2001
From: Alirea <2981883527@qq.com>
Date: Wed, 24 Sep 2025 15:58:03 +0800
Subject: [PATCH] =?UTF-8?q?feat(ui):=20=E8=B0=83=E8=AF=95=E5=B7=A5?=
=?UTF-8?q?=E5=85=B7=E6=B7=BB=E5=8A=A0=E6=89=93=E5=BC=80=E5=89=8D=E7=AB=AF?=
=?UTF-8?q?=E6=8E=A7=E5=88=B6=E5=8F=B0=E5=BF=AB=E6=8D=B7=E6=96=B9=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/src/components/devtools/QuickNavPage.vue | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/frontend/src/components/devtools/QuickNavPage.vue b/frontend/src/components/devtools/QuickNavPage.vue
index 0dd734e..d017018 100644
--- a/frontend/src/components/devtools/QuickNavPage.vue
+++ b/frontend/src/components/devtools/QuickNavPage.vue
@@ -37,6 +37,7 @@
+
@@ -109,6 +110,10 @@ const navigateToManualPath = () => {
}
}
+const openDevtool = () => {
+ window.electronAPI.openDevTools()
+}
+
// 清除本地存储
const clearStorage = () => {
if (confirm('确定要清除所有本地存储数据吗?')) {