From 9d4431fc9b4100b5faa5f11e3ac27b2709c92a2e Mon Sep 17 00:00:00 2001 From: W7256 <725618026@qq.com> Date: Thu, 22 Feb 2024 19:39:09 +0800 Subject: [PATCH] 1.0.0 --- package.json | 2 +- src/config.ts | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 670b55482..efbf64b02 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@wbx/gkd_subscription", + "name": "@wenbux/gkd_subscription", "type": "module", "version": "1.0.0", "main": "./dist/gkd.json5", diff --git a/src/config.ts b/src/config.ts index 47e738cc8..fc0482d38 100644 --- a/src/config.ts +++ b/src/config.ts @@ -9,9 +9,10 @@ const subsConfig: RawSubscription = { name: 'wbx的GKD订阅', author: 'wbx', supportUri: 'https://github.com/W7256/subscription', - updateUrl: 'https://registry.npmmirror.com/wbx_gkd_subscription/latest/files', + updateUrl: + 'https://registry.npmmirror.com/@wenbux/gkd_subscription/latest/files', checkUpdateUrl: - 'https://registry.npmmirror.com/wbx_gkd_subscription/latest/files', + 'https://registry.npmmirror.com/@wenbux/gkd_subscription/latest/files', globalGroups, categories, apps,