From cc9c951052393f2d918dc9fa5c30b95e2e8391ea Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 15 Mar 2024 19:57:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(Edge):=20=E5=8A=9F=E8=83=BD=E7=B1=BB-?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E6=A0=87=E7=AD=BE=E9=A1=B5=E3=80=81=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E7=B1=BB-[=E5=89=8D=E5=BE=80CSDN=20APP=E9=98=85?= =?UTF-8?q?=E8=AF=BB=E5=85=A8=E6=96=87]=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.microsoft.emmx.ts | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/src/apps/com.microsoft.emmx.ts b/src/apps/com.microsoft.emmx.ts index 2207891e..e353c23d 100644 --- a/src/apps/com.microsoft.emmx.ts +++ b/src/apps/com.microsoft.emmx.ts @@ -29,5 +29,34 @@ export default defineAppConfig({ }, ], }, + { + key: 5, + name: '功能类-关闭标签页', + rules: [ + { + quickFind: true, + activityIds: 'org.chromium.chrome.browser.ChromeTabbedActivity', + matches: '[text="关闭标签页"]', + exampleUrls: + 'https://m.gkd.li/57941037/81f9a737-a111-4630-898b-4f2b5de0623b', + snapshotUrls: 'https://i.gkd.li/i/14614992', + }, + ], + }, + { + key: 6, + name: '功能类-[前往CSDN APP阅读全文]弹窗', + desc: '点击[继续]', + rules: [ + { + activityIds: 'org.chromium.chrome.browser.ChromeTabbedActivity', + matches: + '[text="前往CSDN APP阅读全文"] < * > [desc="继续"][clickable=true]', + exampleUrls: + 'https://m.gkd.li/57941037/fea75b5a-010d-4f67-8998-6cf794eda975', + snapshotUrls: 'https://i.gkd.li/i/14610025', + }, + ], + }, ], });