From 11aa82dbcca66d05cc27d0f4c5c5f667131364b7 Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Tue, 17 Oct 2023 00:30:44 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=85=B7=E5=AE=89):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A,=E8=A7=84=E5=88=99=E4=BC=98=E5=8C=96=20(#115?= =?UTF-8?q?2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #1144 --- src/apps/com.coolapk.market.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/apps/com.coolapk.market.ts b/src/apps/com.coolapk.market.ts index baf78b1b..4a811526 100644 --- a/src/apps/com.coolapk.market.ts +++ b/src/apps/com.coolapk.market.ts @@ -7,20 +7,23 @@ export default defineAppConfig({ { key: -1, name: '开屏广告', + quickFind: true, activityIds: [ 'com.coolapk.market.view.splash.SplashActivity', 'com.coolapk.market.view.main.MainActivity', ], - rules: '[id$=":id/tt_splash_skip_btn"]', + rules: ['[id$=":id/tt_splash_skip_btn"]', 'TextView[text^="跳过"]'], snapshotUrls: [ 'https://gkd-kit.gitee.io/import/12472612', 'https://gkd-kit.gitee.io/import/12503773', + 'https://gkd-kit.gitee.io/import/12917990', // TextView ], }, { key: 0, name: '卡片广告', desc: '点击卡片右上角按钮->免广告-点击不感兴趣->选择关闭原因-点击不感兴趣', + quickFind: true, activityIds: [ 'com.coolapk.market.view.main.MainActivity', // 缺少快照 'com.coolapk.market.view.base.SimpleAlphaActivity', // 缺少快照 @@ -70,6 +73,7 @@ export default defineAppConfig({ }, { key: 1, + quickFind: true, name: '关闭升级弹窗', activityIds: 'com.coolapk.market.view.main.MainActivity', snapshotUrls: 'https://gkd-kit.gitee.io/import/12503762',