From e60644d8c4ecbef09cd8adb28e83fc08f9affd2a Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Mon, 30 Oct 2023 00:23:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=98=93=E6=A0=A1=E5=9B=AD):=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(#1554)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(易校园): 开屏广告规则优化(gkd-kit#1442) * feat(易校园): 开屏广告 --------- Co-authored-by: lisonge close #1442 --- src/apps/cn.com.yunma.school.app.ts | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/apps/cn.com.yunma.school.app.ts b/src/apps/cn.com.yunma.school.app.ts index 25407edd..f25149ba 100644 --- a/src/apps/cn.com.yunma.school.app.ts +++ b/src/apps/cn.com.yunma.school.app.ts @@ -8,10 +8,18 @@ export default defineAppConfig({ key: 0, name: '开屏广告', quickFind: true, - matchLauncher: true, - activityIds: 'com.yunma.app.ui.start.SplashActivity', - rules: '[id="cn.com.yunma.school.app:id/skip"]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/13175275', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + '[text^="跳过"][text.length<=10]', + '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', + ], + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/13175275', + 'https://gkd-kit.gitee.io/import/13177064', + 'https://gkd-kit.gitee.io/import/13179898', + ], }, ], });