import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.UCMobile', name: 'UC浏览器', groups: [ { key: -1, name: '开屏广告', quickFind: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', actionMaximumKey: 0, rules: [ { key: 0, matches: 'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <n [text="开启消息通知"]', snapshotUrls: [ 'https://i.gkd.li/i/12880812', 'https://i.gkd.li/i/12880802', ], }, { key: 11, name: '功能类-请求添加桌面快捷方式权限弹窗', activityIds: 'com.uc.browser.InnerUCMobile', rules: '@ImageView + [text^="添加"][text$="到桌面"]', snapshotUrls: 'https://i.gkd.li/i/12880983', }, ], });