From d34171bcc39b8009b6498378109fef21d0aa25cf Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 15 Oct 2023 02:19:01 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=91=E8=A7=86=E9=80=9A):=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(#1044)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat 开屏广告(优化规则) * feat 开屏广告(完善规则) --- src/apps/com.jovetech.CloudSee.temp.ts | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/src/apps/com.jovetech.CloudSee.temp.ts b/src/apps/com.jovetech.CloudSee.temp.ts index c89fea8f..5030c383 100644 --- a/src/apps/com.jovetech.CloudSee.temp.ts +++ b/src/apps/com.jovetech.CloudSee.temp.ts @@ -10,11 +10,21 @@ export default defineAppConfig({ matchLauncher: true, quickFind: true, activityIds: 'com.jovision.saas.ui.activity.splash.SplashActivity', - rules: - '[id="com.jovetech.CloudSee.temp:id/splash_container"] >n [text^="跳过"]', - snapshotUrls: [ - 'https://gkd-kit.gitee.io/import/12829886', - 'https://gkd-kit.songe.li/import/12893553', + rules: [ + { + key: 0, + matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12901732', + }, + { + key: 1, + matches: + '[id="com.jovetech.CloudSee.temp:id/splash_container"] >n [text^="跳过"]', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12829886', + 'https://gkd-kit.songe.li/import/12893553', + ], + }, ], }, ],