feat(i18n): add language switcher in top-right corner for multi-language support #9

This commit is contained in:
rustmailer
2025-11-24 21:51:16 +08:00
parent 5ebc7394d0
commit ea81d0298b
119 changed files with 15277 additions and 1662 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ export interface OAuth2Tokens {
access_token: string;
account_id: string;
created_at: number;
oauth2_name: string;
oauth2_id: number;
refresh_token: string;
updated_at: number;
}