feat: 会话历史回溯

This commit is contained in:
2026-03-02 11:29:07 +08:00
parent 338c67d5b8
commit bd0a5a8c6b
7 changed files with 76 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ export const useAgentStore = defineStore('agent', () => {
type: string
area: string
style: string
} | null>(null)
} | null>(null)
// 保存项目初始数据
const setInitialProjectData = (data: {