From 5dae9c5679b82a6b7a05e13ec53764fb71d6623c Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 14 Oct 2023 01:39:31 +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-=E4=BC=98=E5=8C=96=E8=A7=84?= =?UTF-8?q?=E5=88=99=20(#1019)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jovetech.CloudSee.temp.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/apps/com.jovetech.CloudSee.temp.ts b/src/apps/com.jovetech.CloudSee.temp.ts index 612792a4..c89fea8f 100644 --- a/src/apps/com.jovetech.CloudSee.temp.ts +++ b/src/apps/com.jovetech.CloudSee.temp.ts @@ -7,10 +7,15 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', + matchLauncher: true, + quickFind: true, activityIds: 'com.jovision.saas.ui.activity.splash.SplashActivity', rules: - '[id="com.jovetech.CloudSee.temp:id/splash_container"] >2 [text^="跳过"]', - snapshotUrls: 'https://gkd-kit.gitee.io/import/12829886', + '[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', + ], }, ], });