From c29aab75fb6d1c80d70e05ad60ab61cdf89df388 Mon Sep 17 00:00:00 2001 From: lisonge Date: Fri, 6 Oct 2023 18:27:22 +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=20(#637)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.jovetech.CloudSee.temp.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/apps/com.jovetech.CloudSee.temp.ts 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', + }, + ], +});