feat(闪电侠): 开屏广告(优化规则) (#2507)

This commit is contained in:
Kun Jinkao
2023-11-26 21:43:24 +08:00
committed by GitHub
parent 36ff5c9b6a
commit 5f6d4e61c2

View File

@@ -7,10 +7,14 @@ export default defineAppConfig({
{ {
key: 0, key: 0,
name: '开屏广告', name: '开屏广告',
activityIds: 'one.easybox.app.ui.activity.SplashActivity', matchTime: 10000,
matchLauncher: true, actionMaximum: 1,
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', resetMatch: 'app',
snapshotUrls: 'https://i.gkd.li/import/13187789', rules: '@[id$="tt_splash_skip_btn"] + [id$="tt_splash_ad_logo"]',
snapshotUrls: [
'https://i.gkd.li/import/13187789',
'https://i.gkd.li/import/13459241',
],
}, },
], ],
}); });