From 3da0dd4e5684079342a46cbc8be87ab24cddfa08 Mon Sep 17 00:00:00 2001 From: yanyu2023 <130368710+yanyu2023@users.noreply.github.com> Date: Sun, 5 Nov 2023 23:10:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(123=E4=BA=91=E7=9B=98):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1862)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.ikang.official.ts * Delete src/apps/com.ikang.official.ts * feat(123云盘): 开屏广告 --- src/apps/com.mfcloudcalculate.networkdisk.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/apps/com.mfcloudcalculate.networkdisk.ts b/src/apps/com.mfcloudcalculate.networkdisk.ts index 04e915b8..adc42084 100644 --- a/src/apps/com.mfcloudcalculate.networkdisk.ts +++ b/src/apps/com.mfcloudcalculate.networkdisk.ts @@ -7,8 +7,9 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.mfcloudcalculate.networkdisk.activity.SplashActivity', - matchLauncher: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: [ { key: 0, @@ -19,6 +20,11 @@ export default defineAppConfig({ 'https://i.gkd.li/import/13059834', ], }, + { + key: 1, + matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/13259303'], + }, ], }, ],