From 3bb01fa52cb7f0dc52936432c6cd219f9c3b0b7d Mon Sep 17 00:00:00 2001 From: IGCrystal Date: Sat, 5 Jul 2025 11:15:54 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(ChatPage):=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=9B=BE=E5=83=8F=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/i18n/locales/en-US/core/common.json | 1 + .../src/i18n/locales/zh-CN/core/common.json | 1 + dashboard/src/views/ChatPage.vue | 84 ++++++++++++++++++- 3 files changed, 83 insertions(+), 3 deletions(-) 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 @@ + + + + + + {{ t('core.common.imagePreview') }} + + + + + + +