feat: 优化评论功能,添加登录提示和国际化支持,重构相关组件
All checks were successful
Push to Helm Chart Repository / build (push) Successful in 10s

This commit is contained in:
2025-09-09 23:21:08 +08:00
parent cb3f602663
commit 4fb39110ad
7 changed files with 278 additions and 229 deletions

View File

@ -19,7 +19,7 @@
"like": "点赞",
"like_failed": "点赞失败",
"like_success": "点赞成功",
"login_required": "请先登录后再评论。",
"login_required": "请先登录后再操作",
"placeholder": "写你的评论...",
"private": "私密评论",
"reply": "回复",
@ -28,6 +28,9 @@
"unlike_success": "已取消点赞",
"update": "更新"
},
"Common":{
"login": "登录"
},
"Login": {
"welcome": "欢迎回来",
"with_oidc": "使用第三方身份提供者",