feat: add copy bubble button to copy entire message content (#245)
- Hover over any message to reveal a copy icon button - Click to copy the full message text to clipboard - Shows success/error toast notification - Skips tool messages (no copy button shown) - i18n support for all 8 languages (EN/ZH/DE/ES/FR/JA/KO/PT) - Dark mode compatible styling Co-authored-by: 356252190-star <356252190-star@users.noreply.github.com>
This commit is contained in:
@@ -137,6 +137,9 @@ export default {
|
||||
thinkingHide: '思考過程を隠す',
|
||||
thinkingDuration: '観測 {duration}',
|
||||
thinkingChars: '{count} 文字',
|
||||
copyBubble: 'メッセージをコピー',
|
||||
copiedBubble: 'コピーしました',
|
||||
copyFailed: 'コピーに失敗しました',
|
||||
},
|
||||
|
||||
// スケジュールジョブ
|
||||
|
||||
Reference in New Issue
Block a user