mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(中国电信): 全屏广告-浮窗广告(补充activityid)
This commit is contained in:
@@ -48,11 +48,19 @@ export default defineGkdApp({
|
|||||||
name: '全屏广告-浮窗广告',
|
name: '全屏广告-浮窗广告',
|
||||||
desc: '会出现在首页、查询办理页面',
|
desc: '会出现在首页、查询办理页面',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: 'com.ct.client.common.ConfirmDialogActivity',
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
activityIds: [
|
||||||
|
'com.ct.client.common.ConfirmDialogActivity',
|
||||||
|
'com.ct.client.activity.MainActivity',
|
||||||
|
],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
matches: 'ImageView[id="com.ct.client:id/close"]',
|
matches: '[vid="rlActivity"] > [vid="close"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/12819676',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/12819676',
|
||||||
|
'https://i.gkd.li/i/15104434',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user