feat(知乎): 通知提示(补充规则)

This commit is contained in:
AIsouler
2024-04-09 19:25:32 +08:00
parent 2bbaf1b742
commit 22eb9e8a25

View File

@@ -77,17 +77,27 @@ export default defineAppConfig({
key: 10, key: 10,
name: '通知提示-推送通知弹窗', name: '通知提示-推送通知弹窗',
desc: '点击x按钮', desc: '点击x按钮',
quickFind: true,
matchTime: 10000, matchTime: 10000,
actionMaximum: 1, actionMaximum: 1,
resetMatch: 'app', resetMatch: 'app',
actionMaximumKey: 0,
rules: [ rules: [
{ {
key: 0,
matches: matches:
'[id="com.zhihu.android:id/guide_title"] - [id="com.zhihu.android:id/guide_image_exit"][clickable=true]', '[id="com.zhihu.android:id/guide_title"] - [id="com.zhihu.android:id/guide_image_exit"][clickable=true]',
exampleUrls: exampleUrls:
'https://m.gkd.li/57941037/25cfef06-fe50-4250-bf45-1f6210f95063', 'https://m.gkd.li/57941037/25cfef06-fe50-4250-bf45-1f6210f95063',
snapshotUrls: 'https://i.gkd.li/i/12647583', snapshotUrls: 'https://i.gkd.li/i/12647583',
}, },
{
key: 1,
matches: '@[vid="btn_close"] +2 [text$="内容推送"]',
exampleUrls:
'https://m.gkd.li/57941037/1d1fee24-3ba0-4cf1-a0d5-696f4f62a5e0',
snapshotUrls: 'https://i.gkd.li/i/14917866',
},
], ],
}, },
{ {