feat: close #2267 display a modal to export image

This commit is contained in:
Yidadaa
2023-07-06 01:26:06 +08:00
committed by Hk-Gosuto
parent e55075367e
commit 610ef8af07
4 changed files with 35 additions and 7 deletions

View File

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

View File

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