import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.github.eprendre.tingshu', name: '我的听书', groups: [ { key: 0, name: '开屏广告', activityIds: 'com.github.eprendre.tingshu.ui.SplashActivity', rules: '[id="com.github.eprendre.tingshu:id/frame_layout"] >n [text^="跳过"]', snapshotUrls: 'https://i.gkd.li/import/12783430', }, { key: 1, name: '搜索结果底部广告', activityIds: 'com.github.eprendre.tingshu.ui.search.AggregateSearchActivity', rules: '[id="com.github.eprendre.tingshu:id/banner_container"] >n FrameLayout > ImageView +2 FrameLayout > ImageView', snapshotUrls: 'https://i.gkd.li/import/12783466', }, ], });