Commit 525e3bf0 authored by tyyin lan's avatar tyyin lan

chore(首页): 去掉调试代码

parent 607b73b6
......@@ -44,20 +44,20 @@ const isShowMessageList = ref(false)
const isAgentInitLoading = ref(true)
const currentFetchEventSourceController = ref<AbortController | null>(null)
setTimeout(() => {
messageList.value.set('1', {
role: 'user',
agentId: 'b058f1baedd04af983ca00775368bb8c',
content: '请推荐一些适合初学者的编程学习资源。',
timestamp: 1726654820427,
isAnswerLoading: false,
avatar: 'http://localhost:8848/fe/src/assets/images/home/agent-avatar.png',
name: '1234',
reasoningContent: '1324',
imageUrl: '',
pluginName: '',
})
}, 60)
// setTimeout(() => {
// messageList.value.set('1', {
// role: 'user',
// agentId: 'b058f1baedd04af983ca00775368bb8c',
// content: '请推荐一些适合初学者的编程学习资源。',
// timestamp: 1726654820427,
// isAnswerLoading: false,
// avatar: 'http://localhost:8848/fe/src/assets/images/home/agent-avatar.png',
// name: '1234',
// reasoningContent: '1324',
// imageUrl: '',
// pluginName: '',
// })
// }, 60)
// messageList.value.set('2', {
// role: 'assistant',
// agentId: 'b058f1baedd04af983ca00775368bb8c',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment