Skip to content

Commit 91e3c88

Browse files
committed
chore: update component status in README.md
1 parent 8b0ed9e commit 91e3c88

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -82,21 +82,21 @@ AI Elements Vue includes the following components:
8282

8383
| Component | Status | Description |
8484
|-----------|--------|-------------|
85-
| `message` |已完成 | Individual chat messages with avatars |
86-
| `conversation` |已完成 | Container for chat conversations |
87-
| `response` |已完成 | Formatted AI response display |
88-
| `prompt-input` |已完成 | Advanced input component with model selection |
89-
| `actions` |已完成 | Interactive action buttons for AI responses |
90-
| `branch` |已完成 | Branch visualization for conversation flows |
91-
| `code-block` |已完成 | Syntax-highlighted code display with copy functionality |
92-
| `image` |已完成 | AI-generated image display component |
93-
| `inline-citation` |未完成 | Inline source citations |
94-
| `loader` | ❌ 未完成 | Loading states for AI operations |
95-
| `reasoning` |未完成 | Display AI reasoning and thought processes |
96-
| `source` |未完成 | Source attribution component |
97-
| `suggestion` | ❌ 未完成 | Quick action suggestions |
98-
| `task` |未完成 | Task completion tracking |
99-
| `tool` |未完成 | Tool usage visualization |
85+
| `message` || Individual chat messages with avatars |
86+
| `conversation` || Container for chat conversations |
87+
| `response` || Formatted AI response display |
88+
| `prompt-input` || Advanced input component with model selection |
89+
| `actions` || Interactive action buttons for AI responses |
90+
| `branch` || Branch visualization for conversation flows |
91+
| `code-block` || Syntax-highlighted code display with copy functionality |
92+
| `image` || AI-generated image display component |
93+
| `inline-citation` || Inline source citations |
94+
| `loader` | | Loading states for AI operations |
95+
| `reasoning` || Display AI reasoning and thought processes |
96+
| `source` || Source attribution component |
97+
| `suggestion` | | Quick action suggestions |
98+
| `task` || Task completion tracking |
99+
| `tool` || Tool usage visualization |
100100

101101
## How It Works
102102

packages/registry/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -80,21 +80,21 @@ AI Elements Vue includes the following components:
8080

8181
| Component | Status | Description |
8282
|-----------|--------|-------------|
83-
| `message` |已完成 | Individual chat messages with avatars |
84-
| `conversation` |已完成 | Container for chat conversations |
85-
| `response` |已完成 | Formatted AI response display |
86-
| `prompt-input` |已完成 | Advanced input component with model selection |
87-
| `actions` |已完成 | Interactive action buttons for AI responses |
88-
| `branch` |已完成 | Branch visualization for conversation flows |
89-
| `code-block` |已完成 | Syntax-highlighted code display with copy functionality |
90-
| `image` |已完成 | AI-generated image display component |
91-
| `inline-citation` |未完成 | Inline source citations |
92-
| `loader` | ❌ 未完成 | Loading states for AI operations |
93-
| `reasoning` |未完成 | Display AI reasoning and thought processes |
94-
| `source` |未完成 | Source attribution component |
95-
| `suggestion` | ❌ 未完成 | Quick action suggestions |
96-
| `task` |未完成 | Task completion tracking |
97-
| `tool` |未完成 | Tool usage visualization |
83+
| `message` || Individual chat messages with avatars |
84+
| `conversation` || Container for chat conversations |
85+
| `response` || Formatted AI response display |
86+
| `prompt-input` || Advanced input component with model selection |
87+
| `actions` || Interactive action buttons for AI responses |
88+
| `branch` || Branch visualization for conversation flows |
89+
| `code-block` || Syntax-highlighted code display with copy functionality |
90+
| `image` || AI-generated image display component |
91+
| `inline-citation` || Inline source citations |
92+
| `loader` | | Loading states for AI operations |
93+
| `reasoning` || Display AI reasoning and thought processes |
94+
| `source` || Source attribution component |
95+
| `suggestion` | | Quick action suggestions |
96+
| `task` || Task completion tracking |
97+
| `tool` || Tool usage visualization |
9898

9999
## How It Works
100100

0 commit comments

Comments
 (0)