feat(喵上漫画): 广告弹窗-规则优化 (#756)

This commit is contained in:
二刺螈
2023-10-12 00:17:59 +08:00
parent 3565ff1f43
commit 73cb96cdcc

View File

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