新增: F-05多模态Phase2b前端(图片粘贴/拖拽+渲染+parts透传·保留虚拟滚动)
This commit is contained in:
@@ -98,6 +98,13 @@ export default {
|
||||
// ── Input hint ──
|
||||
inputHint: 'Enter to send · Shift+Enter for newline',
|
||||
|
||||
// ── F-260614-05 Phase 2b: image input (paste / drag-drop) ──
|
||||
removeImage: 'Remove image',
|
||||
imagePreviewAlt: 'Pending image',
|
||||
imageTooLarge: 'Image too large (max 10MB), skipped',
|
||||
imageLimit: 'Up to {n} images, extras ignored',
|
||||
imageReadFailed: 'Failed to read image',
|
||||
|
||||
// ── Confirm dialog ──
|
||||
confirmDeleteConversation: 'Delete chat "{title}"? This cannot be undone.',
|
||||
clearChat: 'Clear',
|
||||
|
||||
@@ -98,6 +98,14 @@ export default {
|
||||
// ── 输入提示 ──
|
||||
inputHint: 'Enter 发送 · Shift+Enter 换行',
|
||||
|
||||
// ── F-260614-05 Phase 2b: 图片输入(粘贴/拖拽) ──
|
||||
// 粘贴/拖拽图片到输入框,发送时构造多模态 ContentPart[] 渲染到用户气泡
|
||||
removeImage: '移除图片',
|
||||
imagePreviewAlt: '待发送图片',
|
||||
imageTooLarge: '图片过大(上限 10MB),已跳过',
|
||||
imageLimit: '最多 {n} 张图片,已忽略多余的',
|
||||
imageReadFailed: '图片读取失败',
|
||||
|
||||
// ── 确认弹层 ──
|
||||
confirmDeleteConversation: '确定删除对话「{title}」?该操作不可恢复。',
|
||||
clearChat: '清空',
|
||||
|
||||
Reference in New Issue
Block a user