From 6e79c0a7e08f29a2514c024e285e8949921ad6bc Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sun, 8 Oct 2023 23:42:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E8=B0=83=E6=95=B4=20deep=20link?= =?UTF-8?q?=20=E5=93=8D=E5=BA=94=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 632f3888..56d87f82 100644 --- a/src/App.vue +++ b/src/App.vue @@ -110,7 +110,7 @@ async function initData(): Promise { async function getDeepLink(): Promise { await event.listen("active_deep_link", (e) => { new TauriWindow.WebviewWindow("TeyvatGuide") - .setFocus() + .show() .then(async () => { // 导入格式: teyvatguide://import_uigf?app=appName // 跳转格式: localhost:4000/achievements/?app=appName