From 7c23af9d1d27d99f5cd1232cc75613a35792483a Mon Sep 17 00:00:00 2001 From: Otis0227 <106000651+Otis0227@users.noreply.github.com> Date: Sun, 29 Oct 2023 02:34:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=93=81=E8=B7=AF12306):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A-=E8=A7=84=E5=88=99=E4=BC=98?= =?UTF-8?q?=E5=8C=96=20(#1531)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(铁路12306):开屏广告跳过优化 铁路12306,开屏广告跳过优化 * chore(actions): check_format_lint * feat(铁路12306): 开屏广告-规则优化 --------- Co-authored-by: github-actions[bot] Co-authored-by: lisonge close #1529 --- src/apps/com.MobileTicket.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/apps/com.MobileTicket.ts b/src/apps/com.MobileTicket.ts index 701dbb92..de42873e 100644 --- a/src/apps/com.MobileTicket.ts +++ b/src/apps/com.MobileTicket.ts @@ -7,8 +7,12 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.MobileTicket.ui.dialog.SplashAdDialog', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, rules: '[id=`com.MobileTicket:id/tv_skip`]', + snapshotUrls: 'https://i.gkd.li/import/13196243', }, ], });