style(ui-chat): align useI18n destructuring spacing in MessageBubble

This commit is contained in:
matevip 2026-05-10 22:32:54 +08:00
parent 7b9ec75137
commit adddf0402a

View File

@ -423,7 +423,7 @@ import type { Message, MessageSegment, ChatAttachment, ToolCallMeta, PlanMeta }
import type { ChatErrorInfo } from '@/types/chatError'
const { renderMarkdown } = useMarkdownRenderer()
const { t,locale} = useI18n()
const { t, locale } = useI18n()
const { getToolLabel } = useToolLabel()
const { blobUrls, loadAllImages, loadAllVideos, loadAllAudios, loadAllModels, downloadFile, openImage, getDisplayUrl, revokeAll } = useAuthenticatedAttachment()