You've already forked agentic-coding-workflow
前端优化
This commit is contained in:
@@ -201,11 +201,11 @@ import {
|
||||
NTag,
|
||||
NThing,
|
||||
} from 'naive-ui'
|
||||
import MarkdownIt from 'markdown-it'
|
||||
|
||||
import { chatApi, type Conversation } from '@/api/chat'
|
||||
import { acpApi, type AcpSession } from '@/api/acp'
|
||||
import type { Artifact, ArtifactPhase, Phase } from '@/api/projects'
|
||||
import { md } from '@/utils/markdown'
|
||||
import { useRequirementsStore } from '@/stores/requirements'
|
||||
import SessionStatusBadge from '@/components/acp/SessionStatusBadge.vue'
|
||||
|
||||
@@ -227,7 +227,6 @@ const props = defineProps<{
|
||||
|
||||
const router = useRouter()
|
||||
const store = useRequirementsStore()
|
||||
const md = new MarkdownIt({ html: false, breaks: true, linkify: true })
|
||||
|
||||
const loading = ref(false)
|
||||
const artifacts = ref<Artifact[]>([])
|
||||
|
||||
Reference in New Issue
Block a user