From 5763537d8d25f72cb7ea3a31729b02b565ee7049 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Fri, 24 Nov 2023 00:08:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BE=A4=E6=99=96=E5=8A=A9=E6=89=8B):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2456)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2422 --- src/apps/fit.flutter.dsm_helper.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/fit.flutter.dsm_helper.ts diff --git a/src/apps/fit.flutter.dsm_helper.ts b/src/apps/fit.flutter.dsm_helper.ts new file mode 100644 index 00000000..c99c2695 --- /dev/null +++ b/src/apps/fit.flutter.dsm_helper.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'fit.flutter.dsm_helper', + name: '群晖助手', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13445496', + }, + ], +});