import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.qq.reader', name: 'QQ阅读', groups: [ { key: 0, name: '开屏广告', quickFind: true, matchTime: 10000, resetMatch: 'app', actionMaximum: 1, rules: [ { key: 0, matches: 'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView < [text="关闭广告"]', exampleUrls: 'https://m.gkd.li/57941037/70e15d7d-0911-44e7-b0d6-a8e74c00b8b1', snapshotUrls: 'https://i.gkd.li/i/14767123', }, { key: 1, matches: '[vid="adv_close"]', exampleUrls: 'https://m.gkd.li/57941037/eb2bca3c-abbc-4666-b505-cdaeeec6a839', snapshotUrls: 'https://i.gkd.li/i/14767126', }, // 预留key { preKeys: [0, 1], key: 50, matches: '[vid="view_close_ad_btn_bg"]', exampleUrls: 'https://m.gkd.li/57941037/c985da66-c2cc-4400-bb61-8f7ee6dbba11', snapshotUrls: [ 'https://i.gkd.li/i/14767165', 'https://i.gkd.li/i/14767124', ], }, ], }, ], });