import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.firebear.androil', name: '小熊油耗', groups: [ { key: 0, name: '开屏广告', quickFind: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', actionMaximumKey: 0, rules: [ { key: 0, matches: '[text*="跳过"][text.length<=10]', snapshotUrls: 'https://i.gkd.li/i/12712742', }, { key: 1, matches: 'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView < Image', snapshotUrls: [ 'https://i.gkd.li/i/12754919', 'https://i.gkd.li/i/13324698', ], }, { key: 1, name: '点击右上角[数字s|跳过]', matches: '[text="广告"] + View >4 [text="| 跳过"]', snapshotUrls: ['https://i.gkd.li/i/12864214'], }, { key: 2, name: '点击右上角x (2)', matches: '[id="com.byted.pangle.m:id/tt_reward_full_count_down"]', snapshotUrls: ['https://i.gkd.li/i/13175439'], }, ], }, { key: 2, name: '更新提示', matchTime: 10000, actionMaximum: 1, resetMatch: 'app', rules: '@[id="com.firebear.androil:id/dismissNtfImgView"] < RelativeLayout - [id="com.firebear.androil:id/contentLay"] >3 TextView[text^="升级"]', snapshotUrls: 'https://i.gkd.li/i/12755032', }, ], });