From 73cb96cdcc084b69c74ac92e4ca7055ffd8d191d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=88=BA=E8=9E=88?= Date: Thu, 12 Oct 2023 00:17:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=96=B5=E4=B8=8A=E6=BC=AB=E7=94=BB):=20?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97-=E8=A7=84=E5=88=99?= =?UTF-8?q?=E4=BC=98=E5=8C=96=20(#756)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.aster.zhbj.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/apps/com.aster.zhbj.ts b/src/apps/com.aster.zhbj.ts index 039b2f1b..92e06d7e 100644 --- a/src/apps/com.aster.zhbj.ts +++ b/src/apps/com.aster.zhbj.ts @@ -6,7 +6,8 @@ export default defineAppConfig({ groups: [ { key: 1, - name: '第三方 SDK 广告弹窗', + name: '广告弹窗', + desc: '点击右上角x', rules: [ { key: 0, @@ -22,6 +23,13 @@ export default defineAppConfig({ 'ImageView - FrameLayout > FrameLayout > FrameLayout > ImageView', snapshotUrls: 'https://gkd-kit.songe.li/import/12777329', }, + { + key: 2, + activityIds: 'com.aster.comic.app.view.MainActivity', + matches: + 'FrameLayout[childCount=4] > FrameLayout[childCount=8] > FrameLayout[childCount=1] > ImageView', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12872249', + }, ], }, ],