From b2ba8f67f07cb3b8f6ab8ef236bc12c0b86e0036 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Tue, 10 Oct 2023 23:58:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E7=86=8A=E6=B2=B9=E8=80=97):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20-=20=E8=A7=84=E5=88=99?= =?UTF-8?q?=E4=BC=98=E5=8C=96=20(#878)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(小熊油耗): 开屏广告 - 规则优化 * Update com.firebear.androil.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.firebear.androil.ts | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/apps/com.firebear.androil.ts b/src/apps/com.firebear.androil.ts index 1696f3cd..4f0fae1c 100644 --- a/src/apps/com.firebear.androil.ts +++ b/src/apps/com.firebear.androil.ts @@ -8,8 +8,17 @@ export default defineAppConfig({ key: 0, name: '开屏广告', activityIds: 'com.firebear.androil.app.splash.SplashActivity', - rules: '[id="com.firebear.androil:id/adContainerLay"] [text="跳过"]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/12712742', + rules: [ + { + matches: + '[id="com.firebear.androil:id/adContainerLay"] [text="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12712742', + }, + { + matches: '[id="com.mangshe.tvdown:id/skip_view2"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12855707', + }, + ], }, { key: 1,