feat(mobile): add discord link in setting (#13789)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **New Features**
* Added a new Discord community link in the mobile settings Others
section with an animated "Hot" badge

* **Localization**
* Added multilingual support for the new Discord link across all
supported languages

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Cats Juice
2025-10-22 00:29:06 +08:00
committed by GitHub
parent 8aeb8bd0ca
commit c2fb6adfd8
4 changed files with 64 additions and 0 deletions

View File

@@ -2771,6 +2771,10 @@ export function useAFFiNEI18N(): {
* `Star us on GitHub`
*/
["com.affine.mobile.setting.others.github"](): string;
/**
* `Discord Group`
*/
["com.affine.mobile.setting.others.discord"](): string;
/**
* `Privacy`
*/

View File

@@ -691,6 +691,7 @@
"com.affine.mobile.setting.appearance.title": "Appearance",
"com.affine.mobile.setting.header-title": "Settings",
"com.affine.mobile.setting.others.github": "Star us on GitHub",
"com.affine.mobile.setting.others.discord": "Discord Group",
"com.affine.mobile.setting.others.privacy": "Privacy",
"com.affine.mobile.setting.others.terms": "Terms of use",
"com.affine.mobile.setting.others.title": "Privacy & others",