From 163e770567c5025bb43c0ccfa16e53198be44e34 Mon Sep 17 00:00:00 2001 From: xiao1995 <1050149954@qq.com> Date: Thu, 27 Nov 2025 18:35:07 +0800 Subject: [PATCH 1/2] fix(docs): correct typo in ComponentLoader label from "Preivew" to "Preview" --- apps/www/content/3.components/1.chatbot/chain-of-thought.md | 2 +- apps/www/content/3.components/1.chatbot/context.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/www/content/3.components/1.chatbot/chain-of-thought.md b/apps/www/content/3.components/1.chatbot/chain-of-thought.md index d366bef..86e871b 100644 --- a/apps/www/content/3.components/1.chatbot/chain-of-thought.md +++ b/apps/www/content/3.components/1.chatbot/chain-of-thought.md @@ -6,7 +6,7 @@ icon: lucide:brain The `ChainOfThought` component provides a visual representation of an AI's reasoning process, showing step-by-step thinking with support for search results, images, and progress indicators. It helps users understand how AI arrives at conclusions. -:::ComponentLoader{label="Preivew" componentName="ChainOfThought"} +:::ComponentLoader{label="Preview" componentName="ChainOfThought"} ::: ## Install using CLI diff --git a/apps/www/content/3.components/1.chatbot/context.md b/apps/www/content/3.components/1.chatbot/context.md index 081df57..0ab3831 100644 --- a/apps/www/content/3.components/1.chatbot/context.md +++ b/apps/www/content/3.components/1.chatbot/context.md @@ -6,7 +6,7 @@ icon: lucide:layers The `Context` component provides a comprehensive view of AI model usage through a compound component system. It displays context window utilization, token consumption breakdown (input, output, reasoning, cache), and cost estimation in an interactive hover card interface. -:::ComponentLoader{label="Preivew" componentName="Context"} +:::ComponentLoader{label="Preview" componentName="Context"} ::: ## Install using CLI From 2040bf683aba135eac4dbb593752a10bf8420318 Mon Sep 17 00:00:00 2001 From: xiao1995 <1050149954@qq.com> Date: Thu, 27 Nov 2025 18:41:48 +0800 Subject: [PATCH 2/2] fix(docs): remove duplicated ChainOfThoughtSearchResults.vue block --- .../1.chatbot/chain-of-thought.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/apps/www/content/3.components/1.chatbot/chain-of-thought.md b/apps/www/content/3.components/1.chatbot/chain-of-thought.md index 86e871b..0a3b676 100644 --- a/apps/www/content/3.components/1.chatbot/chain-of-thought.md +++ b/apps/www/content/3.components/1.chatbot/chain-of-thought.md @@ -287,25 +287,6 @@ const props = defineProps<{ ``` -```vue [ChainOfThoughtSearchResults.vue] - - - -``` ```ts [context.ts] import type { InjectionKey, Ref } from 'vue'