mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-22 18:53:58 +00:00
feat: use objects for contact field
This commit is contained in:
@@ -116,9 +116,9 @@ links: list[dict[str, str | bool]] = [
|
||||
default_info: dict[str, str | list[str | bool] | bool] = {
|
||||
"name": owner,
|
||||
"about": "ReVanced was born out of Vanced's discontinuation and it is our goal to continue the legacy of what Vanced left behind. Thanks to ReVanced Patcher, it's possible to create long-lasting patches for nearly any Android app. ReVanced's patching system is designed to allow patches to work on new versions of the apps automatically with bare minimum maintenance.",
|
||||
"contact": [
|
||||
{"method": "mail", "value": "contact@revanced.app"},
|
||||
],
|
||||
"contact": {
|
||||
"email": "contact@revanced.app"
|
||||
},
|
||||
"socials": social_links,
|
||||
"donations": {"wallets": wallets, "links": links},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user