feat(拷贝漫画): 广告按钮-规则优化 (#1095)

This commit is contained in:
walklty
2023-10-16 00:49:00 +08:00
committed by GitHub
parent 1665e00a16
commit 3965c09813

View File

@@ -77,8 +77,11 @@ export default defineAppConfig({
{ {
name: '点击右下角x', name: '点击右下角x',
matches: matches:
'FrameLayout[childCount=3] > LinearLayout[childCount=1] + FrameLayout[childCount=1] > ImageView[id=null]', 'FrameLayout[childCount=3] > LinearLayout + FrameLayout[childCount=1] > ImageView[id=null]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12851671', snapshotUrls: [
'https://gkd-kit.gitee.io/import/12851671',
'https://gkd-kit.gitee.io/import/12909005',
],
}, },
], ],
}, },