mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-02 13:40:46 +00:00
fix settings in interactive mode
This commit is contained in:
parent
140e8c926d
commit
1e41965a7e
13 changed files with 668 additions and 9 deletions
|
|
@ -1249,4 +1249,12 @@ export default {
|
|||
'Have you tried turning it off and on again? (The loading screen, not me.)',
|
||||
'Constructing additional pylons...',
|
||||
],
|
||||
|
||||
// ============================================================================
|
||||
// Extension Settings Input
|
||||
// ============================================================================
|
||||
'Enter value...': 'Enter value...',
|
||||
'Enter sensitive value...': 'Enter sensitive value...',
|
||||
'Press Enter to submit, Escape to cancel':
|
||||
'Press Enter to submit, Escape to cancel',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue