feat(conversation): add copy text context menu action with preserved selection

This commit is contained in:
xintaofei
2026-04-17 23:20:01 +08:00
parent e86682dc66
commit 32b4c88582
12 changed files with 120 additions and 3 deletions

View File

@@ -828,6 +828,9 @@
"reload": "Recarregar",
"newConversation": "Nova conversa",
"closeConversation": "Fechar conversa",
"copyText": "Copiar texto",
"copyTextSuccess": "Copiado",
"copyTextFailed": "Falha ao copiar",
"forkSession": "Bifurcar sessão",
"forkSessionSuccess": "Sessão bifurcada com sucesso",
"forkSessionFailed": "Falha ao bifurcar a sessão: {error}",