Squashed commit of the following:

commit c9b0031fa43b5317cae153dd23d0bf323894f6f9
Author: aisouler <zy43220@gmail.com>
Date:   Wed Jan 24 15:01:24 2024 +0800

    feat(百度):红包弹窗(补充规则)

commit d4456ad47a80d87566d896057452f818a83340c8
Author: aisouler <zy43220@gmail.com>
Date:   Fri Jan 19 19:50:08 2024 +0800

    feat(百度):红包弹窗(补充规则)
This commit is contained in:
aisouler
2024-02-01 18:28:32 +08:00
parent b1ce2f0f73
commit 79a91bca44

View File

@@ -7,7 +7,7 @@ export default defineAppConfig({
groups: [ groups: [
{ {
key: 1, key: 1,
name: '红包弹窗', name: '全屏广告-红包弹窗',
desc: '点击关闭', desc: '点击关闭',
rules: [ rules: [
{ {
@@ -15,6 +15,17 @@ export default defineAppConfig({
matches: '[text^="看视频"] -2 ImageView[index=4]', matches: '[text^="看视频"] -2 ImageView[index=4]',
snapshotUrls: 'https://i.gkd.li/import/13806848', snapshotUrls: 'https://i.gkd.li/import/13806848',
}, },
{
activityIds: 'com.baidu.searchbox.MainActivity',
matches:
'[id="android:id/content"] >2 LinearLayout[childCount=2] > ImageView[index=1]',
snapshotUrls: 'https://i.gkd.li/import/13988536',
},
{
activityIds: 'com.baidu.searchbox.MainActivity',
matches: 'ViewGroup[childCount=7] > ImageView[index=1]',
snapshotUrls: 'https://i.gkd.li/import/14034223',
},
], ],
}, },
], ],