mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-13 20:53:45 +08:00
style: 简化BotHello文本为“🏄”
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user