import { defineGkdApp } from '@gkd-kit/define'; export default defineGkdApp({ id: 'com.github.eprendre.tingshu', name: '我的听书', groups: [ { key: 1, name: '局部广告-卡片广告', rules: [ { key: 0, name: '搜索结果底部/播放页面卡片广告', activityIds: '.ui.search.AggregateSearchActivity', matches: 'FrameLayout > FrameLayout[childCount=1] > ImageView[width<80][height<80]', snapshotUrls: 'https://i.gkd.li/i/12783466', }, { key: 1, fastQuery: true, activityIds: '.ui.play.PlayerActivity', matches: '@ImageView[childCount=0][visibleToUser=true] < FrameLayout[childCount=1] - LinearLayout[childCount=2] > [text="下载应用" || text="立即下载" || text="查看详情" || text="领取优惠" || text="进入小程序" || text="了解更多"][visibleToUser=true]', exampleUrls: 'https://e.gkd.li/d3d33d4f-4c15-45a0-9e86-0c1ca2ecc7c9', snapshotUrls: [ 'https://i.gkd.li/i/13334850', 'https://i.gkd.li/i/13446735', ], }, ], }, { key: 2, name: '全屏广告-弹窗广告', desc: '点击关闭', rules: [ { key: 0, name: '快手广告', fastQuery: true, activityIds: 'com.github.eprendre.tingshu.ui.SplashActivity', matches: [ '[text="广告"]', '@ImageView[clickable=true] - [text="|"] - [text$="s"]', ], snapshotUrls: 'https://i.gkd.li/i/13625303', }, ], }, { key: 3, name: '分段广告-播放页卡片广告', desc: '点击关闭-点击不感兴趣', rules: [ { key: 1, fastQuery: true, activityIds: '.ui.play.PlayerActivity', matches: '@[desc="close"][visibleToUser=true] + [desc="ad_logo"] <3 [visibleToUser=true][text="广告"] <4 [visibleToUser=true][text="广告"] < [text="不感兴趣"]', exampleUrls: 'https://e.gkd.li/7ce6d9c4-c77a-4655-91c2-97e1987f0914', snapshotUrls: [ 'https://i.gkd.li/i/17892449', 'https://i.gkd.li/i/18057440', 'https://i.gkd.li/i/18058170', ], }, ], }, ], });