feat(下载管理): 更新弹窗 (#3072)

close #3066
This commit is contained in:
adproqwq
2023-12-11 20:42:12 +08:00
committed by GitHub
parent 67c7b1a82f
commit 7d0c60b709

View File

@@ -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',
},
],
});