import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.yoloho.dayima', name: '大姨妈', groups: [ { key: 0, name: '开屏广告', matchTime: 10000, actionMaximum: 1, resetMatch: 'app', rules: [ { quickFind: true, matches: 'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <n FrameLayout[index=2] > ImageView', snapshotUrls: 'https://i.gkd.li/i/13800255', }, ], }, ], });