From 5ca06bcc8bc991b1a4cc2ce4019ed65e98b310bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Wed, 26 Feb 2025 16:36:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=AF=A2=E9=97=AE=E7=9A=84?= =?UTF-8?q?=E5=8F=82=E4=B8=8E=E8=80=85=EF=BC=8C=E6=B7=BB=E5=8A=A0=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/gui/src/view/App.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/gui/src/view/App.vue b/packages/gui/src/view/App.vue index a47d7b9..d8b58b8 100644 --- a/packages/gui/src/view/App.vue +++ b/packages/gui/src/view/App.vue @@ -130,6 +130,9 @@ export default { window.config.disableSearchBar = false this.$router.replace(item.path) }, + async openExternal (url) { + await this.$api.ipc.openExternal(url) + }, }, } @@ -175,7 +178,7 @@ export default {