feat(Edge): 功能类-[关闭所有标签?]弹窗

This commit is contained in:
aisouler
2024-02-19 11:05:04 +08:00
parent 263c04f19b
commit 3dfb0c6401

View File

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