feat(prompt): add shell mode UI with cancel button, custom icon, and example placeholder (#24105)

This commit is contained in:
Brendan Allan
2026-04-24 14:04:55 +08:00
committed by GitHub
parent 6c1268f3b1
commit 4712f0f3c1
21 changed files with 40 additions and 29 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ export const dict = {
"common.saving": "저장 중...",
"common.default": "기본값",
"common.attachment": "첨부 파일",
"prompt.placeholder.shell": "셸 명령어 입력...",
"prompt.placeholder.shell": "셸 명령어 입력... {{example}}",
"prompt.placeholder.normal": '무엇이든 물어보세요... "{{example}}"',
"prompt.placeholder.simple": "무엇이든 물어보세요...",
"prompt.placeholder.summarizeComments": "댓글 요약…",