From 044dc4540de29fa5cb169e5f604725846fd12de8 Mon Sep 17 00:00:00 2001 From: Otis0227 <106000651+Otis0227@users.noreply.github.com> Date: Sun, 26 Nov 2023 21:38:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B9=BF=E6=B1=BD=E4=BC=A0=E7=A5=BA):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2499)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.cloudy.component.ts * Update com.cloudy.component.ts --------- Co-authored-by: 二刺螈 close #2495 --- src/apps/com.cloudy.component.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.cloudy.component.ts diff --git a/src/apps/com.cloudy.component.ts b/src/apps/com.cloudy.component.ts new file mode 100644 index 00000000..2deb4871 --- /dev/null +++ b/src/apps/com.cloudy.component.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.cloudy.component', + name: '广汽传祺', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[id="com.cloudy.component:id/tv_main_jump"]', + snapshotUrls: 'https://i.gkd.li/import/13458161', + }, + ], +});