diff --git a/ui/.prettierignore b/ui/.prettierignore index 3909f451c..00f2944be 100644 --- a/ui/.prettierignore +++ b/ui/.prettierignore @@ -1,2 +1,3 @@ pnpm-lock.yaml -packages/api-client +packages/api-client/src +docs \ No newline at end of file diff --git a/ui/README.md b/ui/README.md index 97533c506..e60bbf4c4 100644 --- a/ui/README.md +++ b/ui/README.md @@ -16,7 +16,7 @@ Gitpod ready-to-code

------------------------------- +--- 当前仓库已经将 `halo-admin` 改为了 `console`。但对于 Halo 1.x 版本,依旧保持 halo-admin 的概念。 @@ -27,7 +27,7 @@ npm install -g pnpm@9 ``` ```bash -pnpm install +pnpm install ``` ```bash diff --git a/ui/console-src/modules/contents/comments/components/CommentListItem.vue b/ui/console-src/modules/contents/comments/components/CommentListItem.vue index 1250c12fe..0b1ab81f8 100644 --- a/ui/console-src/modules/contents/comments/components/CommentListItem.vue +++ b/ui/console-src/modules/contents/comments/components/CommentListItem.vue @@ -286,13 +286,13 @@ const { operationItems } = useOperationItemExtensionPoint( :owner="comment?.owner" @click="detailModalVisible = true" /> - + {{ $t("core.comment.text.commented_on") }} {{ subjectRefResult.title }} @@ -311,7 +311,7 @@ const { operationItems } = useOperationItemExtensionPoint( >
{{ @@ -328,7 +328,7 @@ const { operationItems } = useOperationItemExtensionPoint( /> {{ $t("core.comment.operations.reply.button") }} diff --git a/ui/console-src/modules/contents/comments/components/OwnerButton.vue b/ui/console-src/modules/contents/comments/components/OwnerButton.vue index b4214177d..4af266426 100644 --- a/ui/console-src/modules/contents/comments/components/OwnerButton.vue +++ b/ui/console-src/modules/contents/comments/components/OwnerButton.vue @@ -8,7 +8,7 @@ defineProps<{