前端优化

This commit is contained in:
2026-06-12 13:36:39 +08:00
parent f92ad5fab4
commit 522e88a6a2
11 changed files with 42 additions and 19 deletions
@@ -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[]>([])