mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-26 19:16:24 +00:00
feat: 更新评论输入框的占位符,支持自定义占位符文本
All checks were successful
Push to Helm Chart Repository / build (push) Successful in 27s
All checks were successful
Push to Helm Chart Repository / build (push) Successful in 27s
This commit is contained in:
@ -268,6 +268,7 @@ export function CommentItem(
|
||||
user={user}
|
||||
onCommentSubmitted={onReply}
|
||||
initIsPrivate={isPrivate}
|
||||
placeholder={`${t("reply")} ${comment.user.nickname} :`}
|
||||
/>}
|
||||
{activeInput && activeInput.type === 'edit' && activeInput.id === comment.id && <CommentInput
|
||||
user={user}
|
||||
|
Reference in New Issue
Block a user