From 41dc0896ad2e9b684b535d7ba13364d454c0bbea Mon Sep 17 00:00:00 2001 From: Lanyuanxiaoyao Date: Fri, 8 Dec 2023 20:06:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=80=E5=85=9C=E7=B3=96):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2881)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.yidoutang.app.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.yidoutang.app.ts diff --git a/src/apps/com.yidoutang.app.ts b/src/apps/com.yidoutang.app.ts new file mode 100644 index 00000000..5aedbc6b --- /dev/null +++ b/src/apps/com.yidoutang.app.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.yidoutang.app', + name: '一兜糖', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.yidoutang.flutter.YDTFlutterActivity', + rules: '[desc="跳过"]', + snapshotUrls: ['https://i.gkd.li/import/13574555'], + }, + ], +});