From 16f6176c91171c1a84772ee4928244d914c0a1c0 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Tue, 7 Nov 2023 23:58:44 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=A9=E5=A4=A9=E8=B7=B3=E7=BB=B3):=20?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=20(#1882)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.gkid.crazyrope.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/com.gkid.crazyrope.ts b/src/apps/com.gkid.crazyrope.ts index b8fb7927..7de1de50 100644 --- a/src/apps/com.gkid.crazyrope.ts +++ b/src/apps/com.gkid.crazyrope.ts @@ -39,5 +39,20 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '浮窗广告', + desc: '二步确认', + quickFind: true, + activityIds: 'com.gkid.crazyrope.ui.drillcommon.DrillActivity', + rules: [ + '[id="com.gkid.crazyrope:id/iv_close"]', + '[id="com.gkid.crazyrope:id/tv_close"][text="关闭广告"]', + ], + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/13262845', + 'https://gkd-kit.gitee.io/import/13262844', + ], + }, ], });