diff --git a/src/apps/com.android.providers.downloads.ui.ts b/src/apps/com.android.providers.downloads.ui.ts new file mode 100644 index 00000000..9f870c35 --- /dev/null +++ b/src/apps/com.android.providers.downloads.ui.ts @@ -0,0 +1,18 @@ +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', + }, + ], +});