Files
AIsouler-GKD_subscription/src/apps/com.android.providers.downloads.ui.ts
2023-12-11 20:42:12 +08:00

19 lines
437 B
TypeScript

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