refactor: 将退出登录功能从顶部导航栏移至设置面板

This commit is contained in:
2026-06-14 18:42:47 +08:00
parent 8de956719c
commit 1109ab41f7
6 changed files with 48 additions and 31 deletions

View File

@@ -145,4 +145,8 @@ export const enUS: TranslationMap = {
"auth.error.usernameLength": "Username must be 3-64 characters",
"auth.error.passwordLength": "Password must be 8-72 characters",
"auth.logout": "Sign Out",
// Account (in settings)
"settings.account": "Account",
"settings.account.user": "Current user",
};