diff --git a/src/apps/com.microsoft.emmx.ts b/src/apps/com.microsoft.emmx.ts index 3e749075..0162ecdd 100644 --- a/src/apps/com.microsoft.emmx.ts +++ b/src/apps/com.microsoft.emmx.ts @@ -14,5 +14,20 @@ export default defineAppConfig({ rules: '[text="允许通知"] + [text="不,谢谢"]', snapshotUrls: 'https://i.gkd.li/import/13646187', }, + { + key: 4, + name: '功能类-[关闭所有标签?]弹窗', + desc: '点击[确定]', + rules: [ + { + quickFind: true, + activityIds: 'org.chromium.chrome.browser.ChromeTabbedActivity', + matches: '[text="关闭所有标签页?"] + * > [text="确定"]', + exampleUrls: + 'https://m.gkd.li/57941037/487f4236-676c-4fb3-bcac-17b4644edd46', + snapshotUrls: 'https://i.gkd.li/import/14325653', + }, + ], + }, ], });