feat(百度):红包弹窗 (#3650)

close #3636
This commit is contained in:
AIsouler
2024-01-02 20:56:00 +08:00
committed by GitHub
parent 74b2e4da2e
commit 08af92af09

View File

@@ -13,5 +13,17 @@ export default defineAppConfig({
rules: '@RelativeLayout > LinearLayout > [text="跳过"]', rules: '@RelativeLayout > LinearLayout > [text="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/13258006', snapshotUrls: 'https://i.gkd.li/import/13258006',
}, },
{
key: 1,
name: '红包弹窗',
desc: '点击关闭',
rules: [
{
activityIds: 'com.baidu.searchbox.MainActivity',
matches: '[text^="看视频"] -2 ImageView[index=4]',
snapshotUrls: 'https://i.gkd.li/import/13806848',
},
],
},
], ],
}); });