mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 19:32:30 +08:00
feat(APKPure): 桌面快捷方式 (#2816)
This commit is contained in:
parent
50cddae0cf
commit
8aaa0cb424
|
@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user