import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.excean.gspace', name: 'OurPlay', groups: [ { key: 1, name: '全屏广告-弹窗广告', forcedTime: 10000, activityIds: [ 'com.excelliance.kxqp.splash.SplashActivity', 'com.excelliance.kxqp.gs.main.MainActivity', ], rules: [ { key: 0, matches: 'FrameLayout[childCount=2] > LinearLayout[childCount=2] + FrameLayout[childCount=1] > ImageView', snapshotUrls: 'https://i.gkd.li/i/13302890', }, { key: 1, matches: '[id="android:id/content"] >(3,4) FrameLayout[childCount>4] > FrameLayout[childCount=1] > ImageView', snapshotUrls: [ 'https://i.gkd.li/i/13447122', 'https://i.gkd.li/i/14862348', ], }, ], }, ], });