From 0eb6dbb8940445ace7050652fcbf0f494afd81ae Mon Sep 17 00:00:00 2001 From: Adam <3246057843@qq.com> Date: Sun, 8 Oct 2023 23:16:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=9C=9C=E9=9B=AA=E5=86=B0=E5=9F=8E):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#754)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.mxbc.mxsa.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/com.mxbc.mxsa.ts diff --git a/src/apps/com.mxbc.mxsa.ts b/src/apps/com.mxbc.mxsa.ts new file mode 100644 index 00000000..e2c9063f --- /dev/null +++ b/src/apps/com.mxbc.mxsa.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.mxbc.mxsa', + name: '蜜雪冰城', + groups: [ + { + key: 1, + name: '开屏广告', + activityIds: ['com.mxbc.mxsa.modules.splash.SplashActivity'], + rules: [ + { + matches: '[id="com.mxbc.mxsa:id/count_down"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12840093', + }, + ], + }, + ], +});