fix(route): firecore (#12521)

This commit is contained in:
NathanDai 2023-05-16 20:50:53 +08:00 committed by GitHub
parent 488cb4bd8e
commit d83108dda9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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,
};