Merge pull request #2269 from Yidadaa/bugfix-0705

feat: improve image preview & model switcher model ux
This commit is contained in:
Yifei Zhang
2023-07-06 02:09:05 +08:00
committed by GitHub
8 changed files with 201 additions and 32 deletions

View File

@@ -86,6 +86,10 @@ const cn = {
Select: "选取",
Preview: "预览",
},
Image: {
Toast: "正在生成截图",
Modal: "长按或右键保存图片",
},
},
Select: {
Search: "搜索消息",

View File

@@ -87,6 +87,10 @@ const en: LocaleType = {
Select: "Select",
Preview: "Preview",
},
Image: {
Toast: "Capturing Image...",
Modal: "Long press or right click to save image",
},
},
Select: {
Search: "Search",