feat(乐橙): 开屏广告 (#2642)

close #2629
This commit is contained in:
walklty
2023-11-30 21:18:45 +08:00
committed by GitHub
parent 67a7ef3920
commit 9961ab260e

View File

@@ -7,9 +7,20 @@ export default defineAppConfig({
{ {
key: 0, key: 0,
name: '开屏广告', name: '开屏广告',
activityIds: 'com.mm.android.lc.login.LCAdvertActivity', matchTime: 10000,
rules: '[id="com.mm.android.lc:id/advert_skip_view"][text^="跳过"]', actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '[id="com.mm.android.lc:id/advert_skip_view"][text^="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/12774801', snapshotUrls: 'https://i.gkd.li/import/12774801',
}, },
{
quickFind: true,
matches: '[id="com.mm.android.lc:id/advert_countdown_view"]',
snapshotUrls: 'https://i.gkd.li/import/13454719',
},
],
},
], ],
}); });