From 94dd6d2f75a5c1c9cee1e2548ee8ae7699a6842c Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Sun, 24 Dec 2023 20:15:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B5=B7=E5=8D=97=E8=88=AA=E7=A9=BA):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3266)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.rytong.hnair.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.rytong.hnair.ts b/src/apps/com.rytong.hnair.ts index 62a6ab17..05a4c4b0 100644 --- a/src/apps/com.rytong.hnair.ts +++ b/src/apps/com.rytong.hnair.ts @@ -6,6 +6,20 @@ export default defineAppConfig({ groups: [ { key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '[id="com.rytong.hnair:id/btn_skip"]', + snapshotUrls: 'https://i.gkd.li/import/13695495', + }, + ], + }, + { + key: 1, name: '首页-弹窗广告', activityIds: 'com.hnair.airlines.ui.main.MainActivity', rules: 'ImageView[id*="com.rytong.hnair:id/iv_cloes"]',