mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
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:
@@ -14,5 +14,16 @@ export default defineAppConfig({
|
|||||||
rules: '[text*="跳过"][text.length<=10]',
|
rules: '[text*="跳过"][text.length<=10]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13426833',
|
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',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user