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:
356252190-star
2026-04-26 22:59:43 +08:00
committed by GitHub
parent 610f3eb9d0
commit 5193dbc49e
9 changed files with 101 additions and 3 deletions
+3
View File
@@ -137,6 +137,9 @@ export default {
thinkingHide: '思考過程を隠す',
thinkingDuration: '観測 {duration}',
thinkingChars: '{count} 文字',
copyBubble: 'メッセージをコピー',
copiedBubble: 'コピーしました',
copyFailed: 'コピーに失敗しました',
},
// スケジュールジョブ