mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-04 22:51:08 +00:00
Merge pull request #1612 from QwenLM/feat/image-attachment
feat: Add clipboard image support and attachment UI to CLI
This commit is contained in:
commit
33a5116eca
23 changed files with 638 additions and 235 deletions
|
|
@ -11,6 +11,12 @@ export default {
|
|||
// ============================================================================
|
||||
// Help / UI Components
|
||||
// ============================================================================
|
||||
// Attachment hints
|
||||
'↑ to manage attachments': '↑ Anhänge verwalten',
|
||||
'← → select, Delete to remove, ↓ to exit':
|
||||
'← → auswählen, Entf zum Löschen, ↓ beenden',
|
||||
'Attachments: ': 'Anhänge: ',
|
||||
|
||||
'Basics:': 'Grundlagen:',
|
||||
'Add context': 'Kontext hinzufügen',
|
||||
'Use {{symbol}} to specify files for context (e.g., {{example}}) to target specific files or folders.':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue