fix settings in interactive mode

This commit is contained in:
LaZzyMan 2026-01-21 11:29:48 +08:00
parent 140e8c926d
commit 1e41965a7e
13 changed files with 668 additions and 9 deletions

View file

@ -1092,4 +1092,11 @@ export default {
'哪怕只有 0.1% 的进度,也是在向目标靠近...',
'加载的是字节,承载的是对技术的热爱...',
],
// ============================================================================
// Extension Settings Input
// ============================================================================
'Enter value...': '请输入值...',
'Enter sensitive value...': '请输入敏感值...',
'Press Enter to submit, Escape to cancel': '按 Enter 提交Escape 取消',
};