feat: close #2136 click avatar to edit message

This commit is contained in:
Yidadaa
2023-06-29 01:31:27 +08:00
parent 6c3d4a11cc
commit b044e274aa
4 changed files with 45 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ const cn = {
PinToastContent: "已将 2 条对话固定至预设提示词",
PinToastAction: "查看",
Delete: "删除",
Edit: "编辑",
},
Commands: {
new: "新建聊天",

View File

@@ -30,6 +30,7 @@ const en: LocaleType = {
PinToastContent: "Pinned 2 messages to contextual prompts",
PinToastAction: "View",
Delete: "Delete",
Edit: "Edit",
},
Commands: {
new: "Start a new chat",