From 5efc625852682b2abfc177a6ff0bd8077e77025f Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Sun, 26 Nov 2023 22:10:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E8=9A=81=E6=91=84=E5=83=8F?= =?UTF-8?q?=E6=9C=BA):=20=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=20(#2523)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(小蚁摄像机): 弹窗广告 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] close #2521 --- src/apps/com.ants360.yicamera.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/apps/com.ants360.yicamera.ts b/src/apps/com.ants360.yicamera.ts index 47b4bfd3..12506f03 100644 --- a/src/apps/com.ants360.yicamera.ts +++ b/src/apps/com.ants360.yicamera.ts @@ -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', + }, ], });