From 512976143f9fef146bbac6ac67d68199f64df0a3 Mon Sep 17 00:00:00 2001 From: Chumor <185651145+Chumor@users.noreply.github.com> Date: Mon, 4 May 2026 10:57:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20Edge=20=E5=8A=9F=E8=83=BD=E7=B1=BB-?= =?UTF-8?q?=E5=88=86=E4=BA=AB=E9=A2=84=E8=A7=88=E9=A1=B5=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=9C=A8=20Edge=20=E4=B8=AD=E6=89=93=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 Edge Drop 分享预览页自动点击「在 Edge 中打开」选项 Signed-off-by: Chumor <185651145+Chumor@users.noreply.github.com> --- src/apps/com.microsoft.emmx.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/apps/com.microsoft.emmx.ts b/src/apps/com.microsoft.emmx.ts index 63104603..ebe29ea5 100644 --- a/src/apps/com.microsoft.emmx.ts +++ b/src/apps/com.microsoft.emmx.ts @@ -83,5 +83,27 @@ export default defineGkdApp({ }, ], }, + { + key: 8, + name: '功能类-分享预览页选择在 Edge 中打开', + desc: '在 Edge Drop 分享预览页中,自动点击「在 Edge 中打开」选项', + rules: [ + { + fastQuery: true, + activityIds: + 'org.chromium.chrome.browser.edge_hub.e_drop.ui.EDropSharePreviewActivity', + matches: + '@[vid="ms_layout_drop_send_link"][clickable=true] > [text="在 Edge 中打开" || text="在 Edge 中開啟"]', + snapshotUrls: [ + 'https://i.gkd.li/i/27327732', + 'https://i.gkd.li/i/27328349', + ], + exampleUrls: [ + 'https://e.gkd.li/be567e4a-059c-4ba8-b825-77fcb3c93831', + 'https://e.gkd.li/07e82326-38a4-4742-bf54-ed24b7769f0c', + ], + }, + ], + }, ], });