import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.realtech.xiaocan', name: '小蚕霸王餐', groups: [ { key: 0, name: '开屏广告', matchTime: 10000, actionMaximum: 1, resetMatch: 'app', rules: [ { key: 1, quickFind: true, matches: '[text^="跳过"][text.length<=10]', snapshotUrls: [ 'https://i.gkd.li/import/12843368', 'https://i.gkd.li/import/13363222', 'https://i.gkd.li/import/13363246', ], }, { key: 2, quickFind: true, matches: '@[id$="tt_splash_skip_btn"] < View + ImageView + ImageView[clickable=true][childCount=0]', snapshotUrls: 'https://i.gkd.li/import/13694864', }, ], }, { key: 2, name: '功能类-签到成功弹窗', desc: '自动点击[关闭]按钮', activityIds: 'com.realtech.xiaocan.MainActivity', rules: 'View[childCount=6][desc!=""] > View[index=4] + ImageView[index=5][clickable=true]', snapshotUrls: 'https://i.gkd.li/import/14290847', }, ], });