mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(全球上网): 广告弹窗 (#1759)
This commit is contained in:
15
src/apps/com.miui.virtualsim.ts
Normal file
15
src/apps/com.miui.virtualsim.ts
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.miui.virtualsim',
|
||||||
|
name: '全球上网',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '广告弹窗',
|
||||||
|
activityIds: 'com.mobile.businesshall.ui.common.RecommendPopupActivity',
|
||||||
|
rules: '[id="com.miui.virtualsim:id/img_close_btn"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13238467',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user