+ {{ message.role === 'user' ? '你' : 'AI' }} + + {{ message.content || (chatStore.isStreaming ? '正在思考…' : '') }} + + + {{ index + 1 }}{{ citation.heading_path || citation.file_path }}{{ citation.content }} + + + {{ new Date(message.created_at).toLocaleTimeString() }} + +