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', + }, ], }, ],