diff --git a/src/apps/com.jovetech.CloudSee.temp.ts b/src/apps/com.jovetech.CloudSee.temp.ts new file mode 100644 index 00000000..612792a4 --- /dev/null +++ b/src/apps/com.jovetech.CloudSee.temp.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.jovetech.CloudSee.temp', + name: '云视通', + groups: [ + { + key: 0, + name: '开屏广告', + 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', + }, + ], +});