fix(route): firecore (#12521)
This commit is contained in:
parent
488cb4bd8e
commit
d83108dda9
|
|
@ -310,7 +310,7 @@ Language
|
|||
|
||||
### Release Notes
|
||||
|
||||
<RouteEn author="NathanDai" example="/firecore/iOS" path="/firecore/:os" :paramsDesc="['`iOS`,`atv`,`mac`']"/>
|
||||
<RouteEn author="NathanDai" example="/firecore/ios" path="/firecore/:os" :paramsDesc="['`ios`,`tvos`,`macos`']"/>
|
||||
|
||||
## IPSW.me
|
||||
|
||||
|
|
|
|||
|
|
@ -342,7 +342,7 @@ pageClass: routes
|
|||
|
||||
### Release Notes
|
||||
|
||||
<Route author="NathanDai" example="/firecore/iOS" path="/firecore/:os" :paramsDesc="['`iOS`,`atv`,`mac`']"/>
|
||||
<Route author="NathanDai" example="/firecore/ios" path="/firecore/:os" :paramsDesc="['`ios`,`tvos`,`macos`']"/>
|
||||
|
||||
## IPSW\.me
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ module.exports = async (ctx) => {
|
|||
});
|
||||
|
||||
ctx.state.data = {
|
||||
title: 'Infuse Release Notes',
|
||||
title: `Infuse Release Notes (${ctx.params.os})`,
|
||||
link: 'https://firecore.com/releases',
|
||||
item: items,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue