feat(运动世界校园): 开屏广告(补充规则) (#1712)

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

* feat 快手广告(补充规则)

* feat(运动世界校园): 开屏广告

---------

Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
Kun Jinkao
2023-11-02 21:07:25 +08:00
committed by GitHub
parent 1ebbfbec7c
commit fe9a179e15

View File

@@ -7,11 +7,20 @@ export default defineAppConfig({
{ {
key: 0, key: 0,
name: '开屏广告', name: '开屏广告',
activityIds: 'com.zjwh.android_wh_physicalfitness.ui.AdActivity', matchTime: 10000,
matchLauncher: true, actionMaximum: 1,
rules: resetMatch: 'app',
'[id="com.zjwh.android_wh_physicalfitness:id/layoutContainer"] >n [text="跳过"]', rules: [
snapshotUrls: 'https://i.gkd.li/import/13166424', {
key: 0,
quickFind: true,
matches: '[text*="跳过"][text.length<=10]',
snapshotUrls: [
'https://i.gkd.li/import/13166424',
'https://i.gkd.li/import/13228145',
],
},
],
}, },
{ {
key: 1, key: 1,
@@ -55,7 +64,7 @@ export default defineAppConfig({
key: 0, key: 0,
matches: matches:
'[id="com.kwad.dy.sdk:id/ksad_splash_root_container"] >n ViewGroup > [text="跳过"]', '[id="com.kwad.dy.sdk:id/ksad_splash_root_container"] >n ViewGroup > [text="跳过"]',
snapshotUrls: ['https://gkd-kit.gitee.io/import/12673495'], snapshotUrls: 'https://gkd-kit.gitee.io/import/12673495',
}, },
{ {
key: 1, key: 1,
@@ -66,6 +75,12 @@ export default defineAppConfig({
'https://i.gkd.li/import/12826124', 'https://i.gkd.li/import/12826124',
], ],
}, },
{
key: 2,
matches:
'[id="com.zjwh.android_wh_physicalfitness:id/ksad_tk_view"] >n ViewGroup > @ViewGroup[childCount=1] > ImageView',
snapshotUrls: 'https://i.gkd.li/import/13228216',
},
], ],
}, },
{ {