From 3d1ef16fe7fe17fec73be75a42715df05986cbe5 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Tue, 10 Oct 2023 23:44:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E8=9A=95=E9=9C=B8=E7=8E=8B?= =?UTF-8?q?=E9=A4=90):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20-=20?= =?UTF-8?q?=E8=A7=84=E5=88=99=E4=BC=98=E5=8C=96=20(#868)?= 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] --- src/apps/com.realtech.xiaocan.ts | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/apps/com.realtech.xiaocan.ts b/src/apps/com.realtech.xiaocan.ts index afba49a9..fd035350 100644 --- a/src/apps/com.realtech.xiaocan.ts +++ b/src/apps/com.realtech.xiaocan.ts @@ -8,9 +8,17 @@ export default defineAppConfig({ key: 0, name: '开屏广告', activityIds: 'com.realtech.adscope.SplashActivity', - rules: - '[id = "com.realtech.xiaocan:id/splash_ad_container"] [text ^= "跳过"]', - snapshotUrls: 'https://gkd-kit.songe.li/import/12843368', + rules: [ + { + matches: + '[id = "com.realtech.xiaocan:id/splash_ad_container"] [text ^= "跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12843368', + }, + { + matches: '[id = "com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12854728', + }, + ], }, ], });