diff --git a/dashboard/src/i18n/locales/en-US/core/common.json b/dashboard/src/i18n/locales/en-US/core/common.json index 823eacdcf..4aff41001 100644 --- a/dashboard/src/i18n/locales/en-US/core/common.json +++ b/dashboard/src/i18n/locales/en-US/core/common.json @@ -33,6 +33,7 @@ "longPress": "Long press", "yes": "Yes", "no": "No", + "imagePreview": "Image Preview", "dialog": { "confirmTitle": "Confirm Action", "confirmMessage": "Are you sure you want to perform this action?", diff --git a/dashboard/src/i18n/locales/zh-CN/core/common.json b/dashboard/src/i18n/locales/zh-CN/core/common.json index e79778ec2..5405c15f6 100644 --- a/dashboard/src/i18n/locales/zh-CN/core/common.json +++ b/dashboard/src/i18n/locales/zh-CN/core/common.json @@ -33,6 +33,7 @@ "longPress": "长按", "yes": "是", "no": "否", + "imagePreview": "图片预览", "dialog": { "confirmTitle": "确认操作", "confirmMessage": "你确定要执行此操作吗?", diff --git a/dashboard/src/views/ChatPage.vue b/dashboard/src/views/ChatPage.vue index 4ea225731..f7cd6542a 100644 --- a/dashboard/src/views/ChatPage.vue +++ b/dashboard/src/views/ChatPage.vue @@ -157,7 +157,7 @@
@@ -257,6 +257,19 @@ + + +