import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.excean.gspace', name: 'OurPlay', groups: [ { key: 0, name: '开屏广告', quickFind: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', rules: '[id="com.excean.gspace:id/tv_jump"]', snapshotUrls: 'https://i.gkd.li/import/13296144', }, { key: 1, name: '弹窗广告', activityIds: 'com.excelliance.kxqp.splash.SplashActivity', rules: [ { matches: 'FrameLayout[childCount=2] > LinearLayout[childCount=2] + FrameLayout[childCount=1] > ImageView', snapshotUrls: 'https://i.gkd.li/import/13302890', }, ], }, ], });