import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.x2era.xcloud.app', name: 'Fa米家', groups: [ { key: 1, name: '更新提示', desc: '关闭升级弹窗', quickFind: true, matchTime: 10000, actionMaximum: 1, rules: [ { matches: '[id$="com.x2era.xcloud.app:id/iv_cancel"]', snapshotUrls: 'https://i.gkd.li/i/13420706', }, ], }, ], });