feat(蜜雪冰城鸿蒙版): 首页-弹窗广告(gkd-kit#3284) (#3354)

close #3284
This commit is contained in:
aoguai
2023-12-24 20:45:52 +08:00
committed by GitHub
parent 377e29975e
commit b32ad37302

19
src/apps/com.mxbc.ohsa.ts Normal file
View File

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