You've already forked agentic-coding-workflow
前端优化
This commit is contained in:
@@ -93,13 +93,10 @@
|
||||
<script setup lang="ts">
|
||||
import { computed } from 'vue'
|
||||
import { NCollapse, NCollapseItem, NButton } from 'naive-ui'
|
||||
import MarkdownIt from 'markdown-it'
|
||||
|
||||
import type { ChatMessage } from '@/api/chat'
|
||||
import { md } from '@/utils/markdown'
|
||||
import { parseInteractiveMessage, type InteractiveQuestionAnswer } from '@/utils/interactiveMessage'
|
||||
import QuestionCard from './QuestionCard.vue'
|
||||
|
||||
const md = new MarkdownIt({ html: false, breaks: true, linkify: true })
|
||||
// savable:仅需求阶段对话面板传 true,对成功的 assistant 回复显示「保存为产物」。
|
||||
const props = defineProps<{ message: ChatMessage; savable?: boolean; answerDisabled?: boolean }>()
|
||||
const emit = defineEmits<{
|
||||
|
||||
Reference in New Issue
Block a user