From a0379ff33550e55d593024d8effe23225d142e25 Mon Sep 17 00:00:00 2001 From: Otis0227 <106000651+Otis0227@users.noreply.github.com> Date: Sun, 29 Oct 2023 02:31:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=AD=E5=9B=BD=E5=86=9C=E4=B8=9A?= =?UTF-8?q?=E9=93=B6=E8=A1=8C):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A-?= =?UTF-8?q?=E8=A7=84=E5=88=99=E4=BC=98=E5=8C=96=20(#1530)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(中国农业银行):开屏广告跳过优化 中国农业银行,开屏广告跳过优化 * chore(actions): check_format_lint * feat(中国农业银行): 开屏广告-规则优化 --------- Co-authored-by: github-actions[bot] Co-authored-by: lisonge --- src/apps/com.android.bankabc.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/apps/com.android.bankabc.ts b/src/apps/com.android.bankabc.ts index af06812f..1bf45e5d 100644 --- a/src/apps/com.android.bankabc.ts +++ b/src/apps/com.android.bankabc.ts @@ -7,9 +7,15 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.alipay.mobile.quinox.LauncherActivity', + matchTime: 10000, + actionMaximum: 1, + quickFind: true, + resetMatch: 'app', rules: ['ImageView[id="com.android.bankabc:id/close"]'], - snapshotUrls: 'https://gkd-kit.gitee.io/import/12472629', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12472629', + 'https://i.gkd.li/import/13196201', + ], }, { key: 1,