feat(APKPure): 桌面快捷方式 (#2816)

This commit is contained in:
lyc452 2023-12-05 20:30:25 +08:00 committed by GitHub
parent 50cddae0cf
commit 8aaa0cb424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,5 +74,17 @@ export default defineAppConfig({
}, },
], ],
}, },
{
key: 4,
name: '添加桌面快捷方式',
desc: '下次添加',
rules: [
{
activityIds: 'com.apkpure.aegon.main.activity.MainTabActivity',
matches: '[id="com.apkpure.aegon:id/arg"][text="下次添加"]',
snapshotUrls: 'https://i.gkd.li/import/13416401',
},
],
},
], ],
}); });