From e41f3ed3f6c31cd432f4de644a773a10c182d9d6 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 1 Aug 2024 18:15:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=8D=A3=E8=80=80=E8=BF=90=E5=8A=A8?= =?UTF-8?q?=E5=81=A5=E5=BA=B7):=20=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.hihonor.health.ts | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/apps/com.hihonor.health.ts b/src/apps/com.hihonor.health.ts index d483f9e2..e37dfab8 100644 --- a/src/apps/com.hihonor.health.ts +++ b/src/apps/com.hihonor.health.ts @@ -10,12 +10,26 @@ export default defineGkdApp({ rules: [ { key: 0, - activityIds: 'com.hihonor.health.main.MainActivity', fastQuery: true, + activityIds: 'com.hihonor.health.main.MainActivity', matches: '[id="com.hihonor.health:id/iv_close_filled"]', snapshotUrls: 'https://i.gkd.li/i/13759407', }, ], }, + { + key: 2, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + rules: [ + { + fastQuery: true, + activityIds: 'com.hihonor.health.main.MainActivity', + matches: '[vid="btn_close"][desc="关闭弹窗"]', + exampleUrls: 'https://e.gkd.li/1ab101bd-59cb-46c0-bbb1-7a0a9dccf79a', + snapshotUrls: 'https://i.gkd.li/i/16454150', + }, + ], + }, ], });