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

main
RyanzeX 2 years ago committed by GitHub
parent 9b66fed26e
commit b07f01b0cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@ export default {
}, },
chat: { chat: {
newChatButton: 'New 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...', placeholderMobile: 'Ask me anything...',
copy: 'Copy', copy: 'Copy',
copied: 'Copied', copied: 'Copied',

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

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

Loading…
Cancel
Save