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', + }, + ], + }, ], });