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('确定要清除所有本地存储数据吗?')) {