mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 10:45:09 +08:00
feat(通讯录与拨号): 全屏广告-广告弹窗
This commit is contained in:
25
src/apps/com.android.contacts.ts
Normal file
25
src/apps/com.android.contacts.ts
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.android.contacts',
|
||||||
|
name: '通讯录与拨号',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告-广告弹窗',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
quickFind: true,
|
||||||
|
activityIds:
|
||||||
|
'com.mobile.businesshall.ui.common.RecommendPopupActivity',
|
||||||
|
matches: '[vid="img_close_btn"][clickable=true][visibleToUser=true]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/39a38afb-dcf9-4dbc-b3f1-af522dd33544',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/14318769',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user