优化目录效果

This commit is contained in:
anian
2026-07-03 20:25:19 +08:00
parent b75e4bcdd9
commit 772a68a87b
5 changed files with 157 additions and 45 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ const MemoCommentSection = ({ memo, comments, parentPage }: Props) => {
)}
{comments.map((comment) => (
<div className="w-full" key={`${comment.name}-${comment.updateTime}`} id={extractMemoIdFromName(comment.name)}>
<MemoView memo={comment} parentPage={parentPage} showCreator compact />
<MemoView memo={comment} parentPage={parentPage} showCreator showVisibility compact />
</div>
))}
</div>