From 6caf8c06bfe724d5029e95a8b11eccbe0de71df6 Mon Sep 17 00:00:00 2001 From: Adam <3246057843@qq.com> Date: Sat, 14 Oct 2023 01:36:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=A7=E5=AD=A6=E6=90=9C=E9=A2=98?= =?UTF-8?q?=E9=85=B1):=20=E8=B5=84=E6=96=99=E5=BA=93-=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#1013)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.zmzx.college.search.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/apps/com.zmzx.college.search.ts b/src/apps/com.zmzx.college.search.ts index 556a97f5..895da8ab 100644 --- a/src/apps/com.zmzx.college.search.ts +++ b/src/apps/com.zmzx.college.search.ts @@ -33,5 +33,16 @@ export default defineAppConfig({ rules: 'ImageView[id="com.zmzx.college.search:id/iv_close"]', snapshotUrls: 'https://gkd-kit.songe.li/import/12867751', }, + { + key: 3, + name: '资料库-弹窗广告', + activityIds: [ + 'com.bilibili.ship.theseus.detail.UnitedBizDetailsActivity', + ], + rules: + '@LinearLayout > ImageView[id="com.zmzx.college.search:id/tt_reward_full_count_down_after_close"]', + quickFind: true, + snapshotUrls: 'https://gkd-kit.songe.li/import/12893408', + }, ], });