From 2c33bf1d60ab1fc095850bf9fdc215f6ec285cdd Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Fri, 8 Dec 2023 20:03:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=BF=90=E5=8A=A8=E4=B8=96=E7=95=8C?= =?UTF-8?q?=E6=A0=A1=E5=9B=AD):=20=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=20(?= =?UTF-8?q?#2867)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2850 --- .../com.zjwh.android_wh_physicalfitness.ts | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/src/apps/com.zjwh.android_wh_physicalfitness.ts b/src/apps/com.zjwh.android_wh_physicalfitness.ts index 6d21aa2d..845ae0b4 100644 --- a/src/apps/com.zjwh.android_wh_physicalfitness.ts +++ b/src/apps/com.zjwh.android_wh_physicalfitness.ts @@ -57,8 +57,10 @@ export default defineAppConfig({ { key: 3, name: '快手广告', - activityIds: + activityIds: [ 'com.zjwh.android_wh_physicalfitness.activity.SplashActivity', + 'com.zjwh.android_wh_physicalfitness.ui.AdActivity', + ], rules: [ { key: 0, @@ -79,10 +81,23 @@ export default defineAppConfig({ 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', + snapshotUrls: [ + 'https://i.gkd.li/import/13228216', + 'https://i.gkd.li/import/13601132', //com.zjwh.android_wh_physicalfitness.ui.AdActivity + ], }, ], }, + { + key: 4, + name: '百度广告', + activityIds: 'com.baidu.mobads.sdk.api.MobRewardVideoActivity', + actionMaximum: 1, + resetMatch: 'activity', + matchTime: 10000, + rules: '@ImageView - RelativeLayout[childCount=9]', + snapshotUrls: 'https://i.gkd.li/import/13554229', + }, { key: 9, name: '第三方SDK广告', // 不知道是什么SDK