docs: update
This commit is contained in:
parent
2b00df0e65
commit
5ab519a607
|
|
@ -36,6 +36,16 @@ Sorting types, default to `date`:
|
|||
|
||||
</RouteEn>
|
||||
|
||||
## Minecraft
|
||||
|
||||
### Java Game Update
|
||||
|
||||
<Route author="TheresaQWQ" example="/minecraft/version" path="/minecraft/version" />
|
||||
|
||||
### CurseForge Mod Update
|
||||
|
||||
<RouteEn author="Indexyz" example="/curseforge/files/jei" path="/curseforge/files/:project" :paramsDesc="['Progect shortname or `Project ID`. The short name of the project can be found in the address bar, for exmaple `https://minecraft.curseforge.com/projects/non-update` to `non-update`. `Project ID` can be found in `About This Project` in `Overview`']"/>
|
||||
|
||||
## Nintendo
|
||||
|
||||
### eShop New Game Releases
|
||||
|
|
|
|||
|
|
@ -98,11 +98,9 @@ The owner of the official image fills in the library, for example: https://rsshu
|
|||
|
||||
<RouteEn author="Jeason0228" example="/ipsw/index/ipsws/iPhone11,8" path="/ipsw/index/:ptype/:pname/" :paramsDesc="['Fill in ipsws or otas to get different versions of firmware','Product name, `http://rsshub.app/ipsw/index/ipsws/iPod`, if you fill in the iPad, follow the entire iPad series(ptype default to ipsws).`http://rsshub.app/ipsw/index/ipsws/iPhone11,8`, if you fill in the specific iPhone11,8, submit to the ipsws firmware information of this model']"/>
|
||||
|
||||
## Minecraft CurseForge
|
||||
## Minecraft
|
||||
|
||||
### Mod Update
|
||||
|
||||
<RouteEn author="Indexyz" example="/curseforge/files/jei" path="/curseforge/files/:project" :paramsDesc="['Progect shortname or `Project ID`. The short name of the project can be found in the address bar, for exmaple `https://minecraft.curseforge.com/projects/non-update` to `non-update`. `Project ID` can be found in `About This Project` in `Overview`']"/>
|
||||
Refer to [#minecraft](/en/game.html#minecraft)
|
||||
|
||||
## MIUI
|
||||
|
||||
|
|
|
|||
|
|
@ -92,6 +92,10 @@ pageClass: routes
|
|||
|
||||
<Route author="TheresaQWQ" example="/minecraft/version" path="/minecraft/version" />
|
||||
|
||||
### CurseForge Mod 更新
|
||||
|
||||
<Route author="Indexyz" example="/curseforge/files/jei" path="/curseforge/files/:project" :paramsDesc="['项目的短名或者 `Project ID`. 项目的短名可以在地址栏获取到, 例如地址为 `https://minecraft.curseforge.com/projects/non-update`, 短名就为 `non-update`. `Project ID` 可在 `Overview` 中的 `About This Project` 中找到']"/>
|
||||
|
||||
## Nintendo
|
||||
|
||||
### eShop 新发售游戏
|
||||
|
|
|
|||
|
|
@ -124,11 +124,9 @@ pageClass: routes
|
|||
|
||||
<Route author="Jeason0228" example="/ipsw/index/ipsws/iPhone11,8" path="/ipsw/index/:ptype/:pname/" :paramsDesc="['填写ipsws或otas,得到不同版本的固件','产品名, `http://rsshub.app/ipsw/index/ipsws/iPod`如填写iPad则关注iPad整个系列(ptype选填为ipsws).`http://rsshub.app/ipsw/index/ipsws/iPhone11,8`如果填写具体的iPhone11,8则关注这个机型的ipsws固件信息']"/>
|
||||
|
||||
## Minecraft CurseForge
|
||||
## Minecraft
|
||||
|
||||
### Mod 更新
|
||||
|
||||
<Route author="Indexyz" example="/curseforge/files/jei" path="/curseforge/files/:project" :paramsDesc="['项目的短名或者 `Project ID`. 项目的短名可以在地址栏获取到, 例如地址为 `https://minecraft.curseforge.com/projects/non-update`, 短名就为 `non-update`. `Project ID` 可在 `Overview` 中的 `About This Project` 中找到']"/>
|
||||
见 [#minecraft](/game.html#minecraft)
|
||||
|
||||
## MIUI
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue