Refined UI,code logic for improved user experience
This commit is contained in:
+3
-1
@@ -39,6 +39,7 @@ const cn = {
|
||||
Masks: "所有面具",
|
||||
Clear: "清除聊天",
|
||||
Settings: "对话设置",
|
||||
AIPaint: "AI绘画",
|
||||
},
|
||||
Rename: "重命名对话",
|
||||
Typing: "正在输入…",
|
||||
@@ -47,7 +48,8 @@ const cn = {
|
||||
if (submitKey === String(SubmitKey.Enter)) {
|
||||
inputHints += ",Shift + Enter 换行";
|
||||
}
|
||||
return inputHints + ",/ 触发补全";
|
||||
// return inputHints + ",/ 触发补全";
|
||||
return inputHints;
|
||||
},
|
||||
Send: "发送",
|
||||
Config: {
|
||||
|
||||
Reference in New Issue
Block a user