From b32ad37302f6e8692dad878d6d908aac9c06709e Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Sun, 24 Dec 2023 20:45:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=9C=9C=E9=9B=AA=E5=86=B0=E5=9F=8E?= =?UTF-8?q?=E9=B8=BF=E8=92=99=E7=89=88):=20=E9=A6=96=E9=A1=B5-=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=B9=BF=E5=91=8A(gkd-kit#3284)=20(#3354)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3284 --- src/apps/com.mxbc.ohsa.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/com.mxbc.ohsa.ts diff --git a/src/apps/com.mxbc.ohsa.ts b/src/apps/com.mxbc.ohsa.ts new file mode 100644 index 00000000..c25493b8 --- /dev/null +++ b/src/apps/com.mxbc.ohsa.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.mxbc.ohsa', + name: '蜜雪冰城鸿蒙版', + groups: [ + { + key: 3, + name: '首页-弹窗广告', + rules: [ + { + activityIds: 'com.mxbc.ohsa.modules.main.MainAbilityShellActivity', + matches: 'UIComponentContainer > [id="Id_close"]', + snapshotUrls: 'https://i.gkd.li/import/13728113', + }, + ], + }, + ], +});