import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.chinatelecom.bestpayclient', name: '翼支付', deprecatedKeys: [0], groups: [ { key: 1, name: '版本更新', quickFind: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', activityIds: 'com.chinatelecom.bestpayclient.ui.MainActivity', rules: '[id="com.chinatelecom.bestpayclient:id/bupdate_tv_bottom_tip"]', snapshotUrls: 'https://i.gkd.li/import/13391544', }, { key: 3, name: '弹窗广告', actionMaximum: 1, resetMatch: 'activity', rules: [ { key: 0, name: '权益页', activityIds: 'com.chinatelecom.bestpayclient.ui.MainActivity', quickFind: true, matches: 'Image < @View[clickable=true][index=1] <n View[childCount=3] > @*[clickable=true] + * + *[childCount=0]', snapshotUrls: [ 'https://i.gkd.li/import/13696322', 'https://i.gkd.li/import/13696323', ], }, ], }, { enable: false, key: 4, name: '悬浮窗小广告', actionMaximum: 1, resetMatch: 'app', activityIds: 'com.chinatelecom.bestpayclient.ui.MainActivity', rules: '[id="com.chinatelecom.bestpayclient:id/best_h5_container"] View[childCount=2] > @View[clickable=true] + View[clickable=true] > Image[text!=null]', snapshotUrls: 'https://i.gkd.li/import/13402711', }, { key: 5, name: '年底积分活动弹窗', matchTime: 10000, actionMaximum: 1, resetMatch: 'activity', activityIds: 'com.alipay.mobile.nebulacore.ui.H5Activity', rules: 'View > View[index=1][clickable=true][childCount=1] > Image', snapshotUrls: [ 'https://i.gkd.li/import/13543032', 'https://i.gkd.li/import/13625037', //修改规则,避免在此误触 ], }, ], });