Skip to content

Commit

Permalink
feat: new sub
Browse files Browse the repository at this point in the history
  • Loading branch information
adproqwq committed Nov 23, 2024
1 parent b802c49 commit 256d0b7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,21 @@ const List: Root = [
branch: 'main',
active: true,
},
{
name: 'Mrlc的GKD订阅',
author: 'Mrlc',
id: 2,
prescribedUpdateUrl: false,
subUrls: [
{
name: 'npmmirror源(国内)',
importUrl: 'https://registry.npmmirror.com/gkd-mrlc/latest/files/dist/gkd.json5',
},
],
repo: 'mrlctate/gkd-mrlc',
branch: 'main',
active: true,
},
];

export default List;

0 comments on commit 256d0b7

Please sign in to comment.