import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.android.providers.downloads.ui', name: '下载管理', groups: [ { key: 1, name: '更新弹窗', matchTime: 10000, actionMaximum: 1, resetMatch: 'app', quickFind: true, rules: '@[text="以后再说"] + [text="立即更新"]', snapshotUrls: 'https://i.gkd.li/import/13631769', }, ], });