mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(Edge): 功能类-[关闭所有标签?]弹窗
This commit is contained in:
@@ -14,5 +14,20 @@ export default defineAppConfig({
|
|||||||
rules: '[text="允许通知"] + [text="不,谢谢"]',
|
rules: '[text="允许通知"] + [text="不,谢谢"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13646187',
|
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user