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', + }, + ], +});