feat(飞常准业内版): 开屏广告-规则优化 (#1022)

* feat 开屏广告

* feat 开屏广告(完善规则)
This commit is contained in:
Kun Jinkao 2023-10-14 01:41:08 +08:00 committed by GitHub
parent 96884a323a
commit 70921b5a12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,19 @@ export default defineAppConfig({
activityIds: 'com.feeyo.vz.pro.activity.cdm.WelcomeActivity', activityIds: 'com.feeyo.vz.pro.activity.cdm.WelcomeActivity',
matchLauncher: true, matchLauncher: true,
quickFind: true, quickFind: true,
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', rules: [
snapshotUrls: 'https://gkd-kit.songe.li/import/12884347', {
key: 0,
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12884347',
},
{
key: 1,
matches:
'[id="com.feeyo.vz.pro.cdm:id/splashAdContainer"] >n [text^="跳过"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12893753',
},
],
}, },
], ],
}); });