mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
feature: Improved about page (#75)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
8dc18c8a3d
commit
62143581ac
8 changed files with 273 additions and 111 deletions
|
|
@ -1029,5 +1029,24 @@
|
|||
"type": "String"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"aboutVersion": "Version: {version}",
|
||||
"@aboutVersion":{
|
||||
"placeholders": {
|
||||
"version":{
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"aboutBuild": "Build: {buildNumber}",
|
||||
"@aboutBuild":{
|
||||
"placeholders": {
|
||||
"buildNumber":{
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"aboutCreatedBy": "Created by DonutWare",
|
||||
"aboutSocials": "Socials",
|
||||
"aboutLicenses": "Licenses"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue