mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
19
src/apps/com.mxbc.ohsa.ts
Normal file
19
src/apps/com.mxbc.ohsa.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user