feat: 新增 checkUpdateUrl 字段

This commit is contained in:
lisonge
2023-11-14 22:07:11 +08:00
parent bf3f98531d
commit 60d04f0cb2
8 changed files with 364 additions and 389 deletions

View File

@@ -27,6 +27,8 @@ const subsConfig: SubscriptionConfig = {
name: '默认订阅',
author: 'lisonge',
supportUri: 'https://github.com/gkd-kit/subscription',
checkUpdateUrl:
'https://registry.npmmirror.com/@gkd-kit/subscription/latest/files/dist/gkd.version.json',
apps: _.sortBy(apps, (a) => {
const pyName = pinyin(a.name, { separator: '', toneType: 'none' });
if (pyName === a.name) return a.name;