You've already forked agentic-coding-workflow
前端优化
This commit is contained in:
@@ -71,6 +71,7 @@
|
||||
<MessageBubble
|
||||
v-for="m in session.messages.value"
|
||||
:key="m.id"
|
||||
v-memo="[m.id, m.content, m.status]"
|
||||
:message="m"
|
||||
:savable="!readonly"
|
||||
:answer-disabled="readonly || session.isStreaming.value"
|
||||
|
||||
Reference in New Issue
Block a user