feat: 增强情绪博物馆项目功能 - 新增用户评论和帖子功能,优化前端架构和WebSocket通信 - 更新文档和部署配置

This commit is contained in:
2025-07-29 07:38:47 +08:00
parent cc886cd4d5
commit 2f3d39fb00
142 changed files with 45645 additions and 0 deletions
+73
View File
@@ -0,0 +1,73 @@
{
"common": {
"confirm": "确认",
"cancel": "取消",
"save": "保存",
"delete": "删除",
"edit": "编辑",
"add": "添加",
"search": "搜索",
"reset": "重置",
"submit": "提交",
"loading": "加载中...",
"success": "成功",
"error": "错误",
"warning": "警告",
"info": "信息"
},
"auth": {
"login": "登录",
"register": "注册",
"logout": "退出登录",
"username": "用户名",
"password": "密码",
"confirmPassword": "确认密码",
"email": "邮箱",
"phone": "手机号",
"captcha": "验证码",
"rememberMe": "记住我",
"forgotPassword": "忘记密码?",
"loginSuccess": "登录成功",
"registerSuccess": "注册成功",
"logoutSuccess": "退出登录成功"
},
"nav": {
"home": "首页",
"chat": "AI对话",
"diary": "情绪日记",
"dashboard": "个人仪表盘",
"analysis": "情绪分析",
"profile": "个人资料",
"settings": "设置"
},
"chat": {
"sendMessage": "发送消息",
"typing": "正在输入...",
"offline": "离线",
"connected": "已连接",
"connecting": "连接中...",
"disconnected": "已断开",
"reconnecting": "重连中..."
},
"diary": {
"title": "标题",
"content": "内容",
"emotion": "情绪",
"mood": "心情指数",
"weather": "天气",
"location": "位置",
"tags": "标签",
"publish": "发布",
"draft": "草稿",
"public": "公开",
"private": "私密"
},
"error": {
"404": "页面不存在",
"403": "权限不足",
"500": "服务器错误",
"network": "网络错误",
"timeout": "请求超时",
"unknown": "未知错误"
}
}