From 50cddae0cf0ffdaa21aedf12ed7680a25f4a2332 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Tue, 5 Dec 2023 20:29:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=8D=A3=E8=80=80=E4=BA=B2=E9=80=89):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2814)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/cn.honor.qinxuan.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/cn.honor.qinxuan.ts diff --git a/src/apps/cn.honor.qinxuan.ts b/src/apps/cn.honor.qinxuan.ts new file mode 100644 index 00000000..1150682d --- /dev/null +++ b/src/apps/cn.honor.qinxuan.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'cn.honor.qinxuan', + name: '荣耀亲选', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + actionMaximum: 1, + matchTime: 10000, + resetMatch: 'app', + rules: '[text*="跳过"][id="cn.honor.qinxuan:id/tv_time"]', + snapshotUrls: 'https://i.gkd.li/import/13541270', + }, + ], +});