chore: 引导用户触发提示词 (#1183)

This commit is contained in:
RyanzeX
2023-04-04 00:54:05 +01:00
committed by GitHub
parent 9b66fed26e
commit b07f01b0cf
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ export default {
},
chat: {
newChatButton: 'New Chat',
placeholder: 'Ask me anything...(Shift + Enter = line break)',
placeholder: 'Ask me anything...(Shift + Enter = line break, "/" to trigger prompts)',
placeholderMobile: 'Ask me anything...',
copy: 'Copy',
copied: 'Copied',

View File

@@ -29,7 +29,7 @@ export default {
},
chat: {
newChatButton: '新建聊天',
placeholder: '来说点什么吧...Shift + Enter = 换行)',
placeholder: '来说点什么吧...Shift + Enter = 换行"/" 触发提示词',
placeholderMobile: '来说点什么...',
copy: '复制',
copied: '复制成功',

View File

@@ -29,7 +29,7 @@ export default {
},
chat: {
newChatButton: '新建對話',
placeholder: '來說點什麼...Shift + Enter = 換行)',
placeholder: '來說點什麼...Shift + Enter = 換行"/" 觸發提示詞',
placeholderMobile: '來說點什麼...',
copy: '複製',
copied: '複製成功',