Refined UI,code logic for improved user experience

This commit is contained in:
2023-06-23 20:07:43 +08:00
parent 8420085fb1
commit 6711506acd
16 changed files with 170 additions and 320 deletions
+3 -1
View File
@@ -40,6 +40,7 @@ const en: RequiredLocaleType = {
Masks: "Masks",
Clear: "Clear Context",
Settings: "Settings",
AIPaint: "AI Paint",
},
Rename: "Rename Chat",
Typing: "Typing…",
@@ -48,7 +49,8 @@ const en: RequiredLocaleType = {
if (submitKey === String(SubmitKey.Enter)) {
inputHints += ", Shift + Enter to wrap";
}
return inputHints + ", / to search prompts";
// return inputHints + ", / to search prompts";
return inputHints;
},
Send: "Send",
Config: {