mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
fix: 中国建设银行误触 #962
This commit is contained in:
@@ -5,14 +5,40 @@ export default defineGkdApp({
|
|||||||
name: '中国建设银行',
|
name: '中国建设银行',
|
||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 0,
|
||||||
name: '全屏广告-我的页面弹窗广告',
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
priorityTime: 10000,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
matches: [
|
||||||
|
'[vid="ll_load"][visibleToUser=true]',
|
||||||
|
'[vid="skip"][visibleToUser=true]',
|
||||||
|
],
|
||||||
|
exampleUrls: 'https://e.gkd.li/69567942-f5a1-40f0-b4b6-7f8bf2348052',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/20649289',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告-弹窗广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
activityIds: 'com.ccb.start.view.startdialog.StartDialogActivity',
|
activityIds: 'com.ccb.start.view.startdialog.StartDialogActivity',
|
||||||
matches:
|
matches: [
|
||||||
'[id="com.chinamworld.main:id/indicator_container_container"] + [id="com.chinamworld.main:id/close"]',
|
'[vid="tip_view_pager"][visibleToUser=true]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/12726961',
|
'[vid="close"][visibleToUser=true]',
|
||||||
|
],
|
||||||
|
exampleUrls: 'https://e.gkd.li/d1f24a66-8d46-4c0d-9ca9-ac5b540a6548',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/20649291',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user