feat(小蚁摄像机): 弹窗广告 (#2523)

* feat(小蚁摄像机): 弹窗广告

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

close #2521
This commit is contained in:
adproqwq
2023-11-26 22:10:32 +08:00
committed by GitHub
parent 46edeaaa86
commit 5efc625852

View File

@@ -14,5 +14,16 @@ export default defineAppConfig({
rules: '[text*="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13426833',
},
{
key: 1,
name: '弹窗广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'activity',
rules:
'FrameLayout[childCount=3] + FrameLayout[childCount=1][index=1] > ImageView',
snapshotUrls: 'https://i.gkd.li/import/13463241',
},
],
});