mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-06 16:31:12 +08:00
fix: update command references and improve documentation for workflow commands
This commit is contained in:
@@ -114,6 +114,6 @@ Badge 徽章组件用于以紧凑形式显示状态、类别或标签。它通
|
||||
|
||||
## 相关组件
|
||||
|
||||
- [Card 卡片](/zh-CN/components/ui/card)
|
||||
- [Button 按钮](/zh-CN/components/ui/button)
|
||||
- [Avatar 头像](/zh-CN/components/ui/avatar)
|
||||
- [Card 卡片](/zh/components/ui/card)
|
||||
- [Button 按钮](/zh/components/ui/button)
|
||||
- [Avatar 头像](/zh/components/ui/avatar)
|
||||
|
||||
@@ -75,6 +75,6 @@ sidebar: auto
|
||||
|
||||
## 相关组件
|
||||
|
||||
- [Input 输入框](/zh-CN/components/ui/input)
|
||||
- [Select 选择器](/zh-CN/components/ui/select)
|
||||
- [Dialog 对话框](/zh-CN/components/ui/dialog)
|
||||
- [Input 输入框](/zh/components/ui/input)
|
||||
- [Select 选择器](/zh/components/ui/select)
|
||||
- [Dialog 对话框](/zh/components/ui/dialog)
|
||||
|
||||
@@ -102,6 +102,6 @@ sidebar: auto
|
||||
|
||||
## 相关组件
|
||||
|
||||
- [Button 按钮](/zh-CN/components/ui/button)
|
||||
- [Badge 徽章](/zh-CN/components/ui/badge)
|
||||
- [Separator 分隔线](/zh-CN/components/ui/separator)
|
||||
- [Button 按钮](/zh/components/ui/button)
|
||||
- [Badge 徽章](/zh/components/ui/badge)
|
||||
- [Separator 分隔线](/zh/components/ui/separator)
|
||||
|
||||
@@ -115,6 +115,6 @@ const state = ref('indeterminate')
|
||||
|
||||
## 相关组件
|
||||
|
||||
- [Input 输入框](/zh-CN/components/ui/input)
|
||||
- [Select 选择器](/zh-CN/components/ui/select)
|
||||
- [Radio Group 单选框组](/zh-CN/components/ui/radio-group)
|
||||
- [Input 输入框](/zh/components/ui/input)
|
||||
- [Select 选择器](/zh/components/ui/select)
|
||||
- [Radio Group 单选框组](/zh/components/ui/radio-group)
|
||||
|
||||
@@ -113,6 +113,6 @@ function Example() {
|
||||
|
||||
## 相关组件
|
||||
|
||||
- [Button 按钮](/zh-CN/components/ui/button)
|
||||
- [Select 选择器](/zh-CN/components/ui/select)
|
||||
- [Checkbox 复选框](/zh-CN/components/ui/checkbox)
|
||||
- [Button 按钮](/zh/components/ui/button)
|
||||
- [Select 选择器](/zh/components/ui/select)
|
||||
- [Checkbox 复选框](/zh/components/ui/checkbox)
|
||||
|
||||
@@ -122,6 +122,6 @@ const selectedValue = ref('')
|
||||
|
||||
## 相关组件
|
||||
|
||||
- [Input 输入框](/zh-CN/components/ui/input)
|
||||
- [Checkbox 复选框](/zh-CN/components/ui/checkbox)
|
||||
- [Button 按钮](/zh-CN/components/ui/button)
|
||||
- [Input 输入框](/zh/components/ui/input)
|
||||
- [Checkbox 复选框](/zh/components/ui/checkbox)
|
||||
- [Button 按钮](/zh/components/ui/button)
|
||||
|
||||
Reference in New Issue
Block a user