import { defineGkdApp } from '@gkd-kit/define'; export default defineGkdApp({ id: 'com.tencent.djcity', name: '掌上道聚城', groups: [ { key: 0, name: '开屏广告', fastQuery: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', priorityTime: 10000, rules: [ { key: 0, action: 'clickCenter', matches: '[text*="跳过"][text.length<10][visibleToUser=true]', snapshotUrls: 'https://i.gkd.li/i/15137209', }, ], }, { key: 1, name: '全屏广告-弹窗广告', desc: '点击关闭', fastQuery: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', rules: [ { activityIds: 'com.tencent.djcity.activities.homepage.MainActivity', matches: '[vid="main_container"] >7 View[childCount=7] > View[childCount=2] > @View[index=1][childCount=1][clickable=true] > ImageView[childCount=0] < [desc="好的"]', exampleUrls: 'https://m.gkd.li/57941037/22ba335b-c225-41f0-97be-a91377ebc121', snapshotUrls: 'https://i.gkd.li/i/14229554', }, ], }, ], });