From 647e7642b0b60789ee7372b4700d439852c722c1 Mon Sep 17 00:00:00 2001 From: aisouler Date: Thu, 1 Feb 2024 22:58:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(NGA=E7=8E=A9=E5=AE=B6=E7=A4=BE=E5=8C=BA):?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/gov.pianzong.androidnga.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/gov.pianzong.androidnga.ts b/src/apps/gov.pianzong.androidnga.ts index bcb89265..2e8ab635 100644 --- a/src/apps/gov.pianzong.androidnga.ts +++ b/src/apps/gov.pianzong.androidnga.ts @@ -61,5 +61,20 @@ export default defineAppConfig({ rules: '[id="gov.pianzong.androidnga:id/iv_close_community_ad"]', snapshotUrls: ['https://i.gkd.li/import/12706132'], }, + { + key: 4, + name: '全屏广告-广告弹窗', + desc: '点击X', + rules: [ + { + quickFind: true, + activityIds: 'com.hihonor.android.launcher.unihome.UniHomeLauncher', + matches: '[id="gov.pianzong.androidnga:id/iv_homedialog_close"]', + exampleUrls: + 'https://m.gkd.li/57941037/346f4485-82a7-4cf3-aab3-1fe6c9bb23af', + snapshotUrls: 'https://i.gkd.li/import/14126934', + }, + ], + }, ], });