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