feat(红手指云手机) 开屏广告-规则优化 (#1465)

* feat 开屏广告(优化规则)

* feat 开屏广告(补充规则)

* feat(红手指云手机): 开屏广告

---------

Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
Kun Jinkao
2023-10-28 23:15:06 +08:00
committed by GitHub
parent ae8a4ca9a8
commit f07fa63d68

View File

@@ -7,19 +7,23 @@ export default defineAppConfig({
{
key: 0,
name: '开屏广告',
activityIds: 'com.redfinger.app.activity.Ads2Activity',
matchLauncher: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
key: 0,
matches: '[id="com.redfinger.app:id/ksad_splash_circle_skip_view"]',
snapshotUrls: 'https://i.gkd.li/import/13166289',
matches: '[text*="跳过"][text.length<=10]',
snapshotUrls: [
'https://i.gkd.li/import/13166289',
'https://i.gkd.li/import/13188631',
'https://i.gkd.li/import/13166298',
],
},
{
key: 1,
matches:
'[id="com.redfinger.app:id/anythink_myoffer_splash_skip_area"]',
snapshotUrls: 'https://i.gkd.li/import/13166298',
key: 2,
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13188645',
},
],
},