From 412b7c8a66275c46e7922e8d4ffead23a3a013ae Mon Sep 17 00:00:00 2001 From: lisonge Date: Wed, 6 Sep 2023 14:23:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=96=B0=E5=B0=8F=E8=B4=A2=E7=A5=9E?= =?UTF-8?q?=E5=BD=B1=E8=A7=86):=20=E5=85=B3=E9=97=AD=E5=85=AC=E5=91=8A?= =?UTF-8?q?=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.miaoying.appmy.cs.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/com.miaoying.appmy.cs.ts diff --git a/src/apps/com.miaoying.appmy.cs.ts b/src/apps/com.miaoying.appmy.cs.ts new file mode 100644 index 00000000..c832b2bc --- /dev/null +++ b/src/apps/com.miaoying.appmy.cs.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.miaoying.appmy.cs', + name: '新小财神影视', + groups: [ + { + key: -1, + name: '关闭公告栏', + desc: 'APP启动时出现的公告栏', + activityIds: [ + 'com.miaoying.appmy.cs.MainActivity', + 'com.miui.home.launcher.Launcher', + ], + rules: '@[desc="我知道了"] + [desc="了解更多"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12522872', + }, + ], +});