mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-26 19:16:24 +00:00
feat: 添加评论时间格式化功能,优化评论项显示,支持显示编辑时间
This commit is contained in:
@ -14,6 +14,7 @@
|
||||
"delete_failed": "删除评论失败",
|
||||
"delete_success": "评论已经删除",
|
||||
"edit": "编辑",
|
||||
"edit_at": "编辑于{time}",
|
||||
"edit_failed": "编辑评论失败",
|
||||
"edit_success": "评论已更新",
|
||||
"expand_replies": "展开 {count} 条",
|
||||
@ -31,7 +32,11 @@
|
||||
"update": "更新"
|
||||
},
|
||||
"Common":{
|
||||
"login": "登录"
|
||||
"login": "登录",
|
||||
"daysAgo": "天前",
|
||||
"hoursAgo": "小时前",
|
||||
"minutesAgo": "分钟前",
|
||||
"secondsAgo": "秒前"
|
||||
},
|
||||
"Login": {
|
||||
"welcome": "欢迎回来",
|
||||
|
Reference in New Issue
Block a user