import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.sup.android.superb', name: '皮皮虾', groups: [ { key: 0, name: '开屏广告', matchTime: 10000, actionMaximum: 1, resetMatch: 'app', rules: [ { quickFind: true, matches: 'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView < [text="以后再说"]', snapshotUrls: 'https://i.gkd.li/i/13691081', }, { key: 6, name: '局部广告-右上角红包悬浮窗', matchTime: 10000, actionMaximum: 1, resetMatch: 'app', activityIds: 'com.sup.android.base.MainActivity', rules: 'FrameLayout > RelativeLayout > @ImageView[clickable=true] + ImageView', snapshotUrls: 'https://i.gkd.li/i/13624220', }, { key: 7, quickFind: true, name: '更新提示', desc: '点击我再想想', matchTime: 10000, actionMaximum: 1, resetMatch: 'app', rules: [ { matches: '[text="发现新版本"] +2 * > [text="我再想想"]', snapshotUrls: 'https://i.gkd.li/i/13858490', }, ], }, { key: 8, name: '评价提示', desc: '点击取消', quickFind: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', rules: [ { matches: '[id="com.sup.android.superb:id/a1i"]', snapshotUrls: 'https://i.gkd.li/i/14005608', }, ], }, { key: 9, name: '全屏广告-集五福弹窗', desc: '点击关闭', rules: [ { quickFind: true, activityIds: 'com.sup.android.base.MainActivity', matches: '[id="com.sup.android.superb:id/afa"]', exampleUrls: 'https://m.gkd.li/57941037/246d1d0b-d493-4d40-bbb7-9c04ae6b457d', snapshotUrls: 'https://i.gkd.li/i/14151026', }, ], }, { key: 10, name: '局部广告-卡片广告', desc: '点击[关闭广告]', rules: [ { quickFind: true, activityIds: 'com.sup.android.base.MainActivity', matches: '[text="关闭广告"][clickable=true]', exampleUrls: 'https://m.gkd.li/57941037/af1e7624-540b-4646-b812-3b748966e903', snapshotUrls: 'https://i.gkd.li/i/14471869', }, ], }, ], });