Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
W7256 committed Feb 22, 2024
1 parent 6e92c43 commit 9d4431f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@wbx/gkd_subscription",
"name": "@wenbux/gkd_subscription",
"type": "module",
"version": "1.0.0",
"main": "./dist/gkd.json5",
Expand Down
5 changes: 3 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9d4431f

Please sign in to comment.