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', + ], + }, ], }, ],