import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'bin.mt.plus', name: 'MT管理器', groups: [ { key: 1, name: '更新提示', quickFind: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', rules: '@[text="取消"] + [text="更新"]', snapshotUrls: 'https://i.gkd.li/i/12908784', }, ], });