feature: Improved about page (#75)

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
PartyDonut 2024-10-25 19:58:51 +02:00 committed by GitHub
parent 8dc18c8a3d
commit 62143581ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 273 additions and 111 deletions

View file

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