Skip to content

Commit b07f01b

Browse files
authored
chore: 引导用户触发提示词 (#1183)
1 parent 9b66fed commit b07f01b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/locales/en-US.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default {
2929
},
3030
chat: {
3131
newChatButton: 'New Chat',
32-
placeholder: 'Ask me anything...(Shift + Enter = line break)',
32+
placeholder: 'Ask me anything...(Shift + Enter = line break, "/" to trigger prompts)',
3333
placeholderMobile: 'Ask me anything...',
3434
copy: 'Copy',
3535
copied: 'Copied',

src/locales/zh-CN.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default {
2929
},
3030
chat: {
3131
newChatButton: '新建聊天',
32-
placeholder: '来说点什么吧...(Shift + Enter = 换行)',
32+
placeholder: '来说点什么吧...(Shift + Enter = 换行,"/" 触发提示词)',
3333
placeholderMobile: '来说点什么...',
3434
copy: '复制',
3535
copied: '复制成功',

src/locales/zh-TW.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default {
2929
},
3030
chat: {
3131
newChatButton: '新建對話',
32-
placeholder: '來說點什麼...(Shift + Enter = 換行)',
32+
placeholder: '來說點什麼...(Shift + Enter = 換行,"/" 觸發提示詞)',
3333
placeholderMobile: '來說點什麼...',
3434
copy: '複製',
3535
copied: '複製成功',

0 commit comments

Comments
 (0)