From ae954d49faa1bccd42373c5a003061ffeba17b5a Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Fri, 8 Dec 2023 20:28:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A4=A9=E5=A4=A9=E5=85=85=E7=94=B5):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2914)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2894 --- src/apps/com.zhima.charge.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.zhima.charge.ts diff --git a/src/apps/com.zhima.charge.ts b/src/apps/com.zhima.charge.ts new file mode 100644 index 00000000..cf34298e --- /dev/null +++ b/src/apps/com.zhima.charge.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.zhima.charge', + name: '天天充电', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13576613', + }, + ], +});