From e94c278ea29ffed84f499c0aa70a566d9e55b04d Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Tue, 5 Dec 2023 20:33:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9E=9C=E5=86=BB=E5=AE=9D=E7=9B=92):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2825)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2824 --- src/apps/com.guodongbaohe.app.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.guodongbaohe.app.ts diff --git a/src/apps/com.guodongbaohe.app.ts b/src/apps/com.guodongbaohe.app.ts new file mode 100644 index 00000000..9f7d3577 --- /dev/null +++ b/src/apps/com.guodongbaohe.app.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.guodongbaohe.app', + name: '果冻宝盒', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + actionMaximum: 1, + resetMatch: 'app', + matchTime: 10000, + rules: '[text*="跳过"][id="com.guodongbaohe.app:id/time"]', + snapshotUrls: 'https://i.gkd.li/import/13543323', + }, + ], +});