Squashed commit of the following:

commit 38d1172cf9ec322c7cb604cea529a9b4285697bf
Author: aisouler <zy43220@gmail.com>
Date:   Fri Jan 26 18:13:13 2024 +0800

    feat(AppShare):分段广告
This commit is contained in:
aisouler
2024-02-01 18:44:25 +08:00
parent 633a63b30e
commit 99ec5e065e

View File

@@ -86,5 +86,25 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 3,
name: '分段广告-软件详情页广告',
desc: '有二次弹窗',
rules: [
{
key: 0,
activityIds: 'info.muge.appshare.view.app.detail.AppDetailActivity',
matches:
'[id="info.muge.appshare:id/adContainer"] >6 FrameLayout[visibleToUser=true][index=2][desc!=null]',
snapshotUrls: 'https://i.gkd.li/import/13758909',
},
{
preKeys: 0,
activityIds: 'info.muge.appshare.view.app.detail.AppDetailActivity',
matches: '[text="不感兴趣"]',
snapshotUrls: 'https://i.gkd.li/import/13944942',
},
],
},
], ],
}); });