fix(modrinth): correct the radar rules for working with (#14351)
This commit is contained in:
parent
0e0f7f9f06
commit
655c59d89a
|
|
@ -5,7 +5,7 @@ module.exports = {
|
|||
{
|
||||
title: 'Project versions',
|
||||
docs: 'https://docs.rsshub.app/routes/game#modrinth-project-versions',
|
||||
source: ['/*/:id/*'],
|
||||
source: ['/mod/:id/*', '/plugin/:id/*', '/datapack/:id/*', '/shader/:id/*', '/resourcepack/:id/*', '/modpack/:id/*'],
|
||||
target: '/modrinth/project/:id/versions',
|
||||
},
|
||||
],
|
||||
|
|
|
|||
|
|
@ -341,7 +341,7 @@
|
|||
|
||||
### Project versions {#modrinth-project-versions}
|
||||
|
||||
<Route author="SettingDust" example="/modrinth/sodium/versions" path="/modrinth/:id/versions" paramsDesc={['Id or slug of the Modrinth project']} />
|
||||
<Route author="SettingDust" example="/modrinth/sodium/versions" path="/modrinth/:id/versions" paramsDesc={['Id or slug of the Modrinth project']} radar="1" />
|
||||
|
||||
## Nintendo {#nintendo}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue