diff --git a/src/components/widgets/comment/Comment.tsx b/src/components/widgets/comment/Comment.tsx index adf22e7551..4375a82468 100644 --- a/src/components/widgets/comment/Comment.tsx +++ b/src/components/widgets/comment/Comment.tsx @@ -66,15 +66,19 @@ export const Comment: Component<{ 'relative mb-2 w-full min-w-0 justify-center', )} > - - {author} - - + + + {author} + + + - {key} + + {key} + {!!location && ( - + 来自:{location} )}