style: 简化BotHello文本为“🏄”
This commit is contained in:
parent
0104c08068
commit
cb904c5619
|
@ -565,7 +565,7 @@ const cn = {
|
||||||
},
|
},
|
||||||
Store: {
|
Store: {
|
||||||
DefaultTopic: "新的聊天",
|
DefaultTopic: "新的聊天",
|
||||||
BotHello: "start 🏄",
|
BotHello: "🏄",
|
||||||
Error: "出错了,稍后重试吧",
|
Error: "出错了,稍后重试吧",
|
||||||
Prompt: {
|
Prompt: {
|
||||||
History: (content: string) => "这是历史聊天总结作为前情提要:" + content,
|
History: (content: string) => "这是历史聊天总结作为前情提要:" + content,
|
||||||
|
|
Loading…
Reference in New Issue