From d024fe8168171e30ad8ad4191c4682d7855d4112 Mon Sep 17 00:00:00 2001 From: lisonge Date: Wed, 11 Oct 2023 13:48:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=A9=E7=BF=BC=E4=BA=91=E7=9B=98):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#719)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.cn21.ecloud.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.cn21.ecloud.ts diff --git a/src/apps/com.cn21.ecloud.ts b/src/apps/com.cn21.ecloud.ts new file mode 100644 index 00000000..a1bf3f37 --- /dev/null +++ b/src/apps/com.cn21.ecloud.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.cn21.ecloud', + name: '天翼云盘', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.cn21.ecloud.activity.login.StartActivity', + rules: '[id="com.cn21.ecloud:id/tv_ad_skip"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12865351', + }, + ], +});