feat: Add status page link to about

This commit is contained in:
oSumAtrIX 2024-12-24 17:03:00 +01:00
parent 712ab3be8c
commit 8a957cd797
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"branding": { "branding": {
"logo": "https://raw.githubusercontent.com/ReVanced/revanced-branding/main/assets/revanced-logo/revanced-logo.svg" "logo": "https://raw.githubusercontent.com/ReVanced/revanced-branding/main/assets/revanced-logo/revanced-logo.svg"
}, },
"status": "https://status.revanced.app",
"contact": { "contact": {
"email": "contact@revanced.app" "email": "contact@revanced.app"
}, },

View File

@ -123,6 +123,7 @@ class APIAbout(
// Using a list instead of a set because set semantics are unnecessary here. // Using a list instead of a set because set semantics are unnecessary here.
val socials: List<Social>?, val socials: List<Social>?,
val donations: Donations?, val donations: Donations?,
val status: String,
) { ) {
@Serializable @Serializable
class Branding( class Branding(