-
-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
💄 style: resize the image size in chat message #3462
Conversation
@vual is attempting to deploy a commit to the LobeHub Pro Team on Vercel. A member of the Team first needs to authorize it. |
👍 @vual Thank you for raising your pull request and contributing to our Community |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3462 +/- ##
========================================
Coverage 94.22% 94.22%
========================================
Files 409 409
Lines 25729 25729
Branches 2028 2753 +725
========================================
Hits 24243 24243
Misses 1486 1486
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for your contribution~
### [Version 1.9.8](v1.9.7...v1.9.8) <sup>Released on **2024-08-13**</sup> #### 💄 Styles - **misc**: Resize the image size in chat message. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Styles * **misc**: Resize the image size in chat message, closes [#3462](#3462) ([37c7429](37c7429)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
🎉 This PR is included in version 1.9.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
### [Version 1.52.7](v1.52.6...v1.52.7) <sup>Released on **2024-08-13**</sup> #### 💄 Styles - **misc**: Resize the image size in chat message. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Styles * **misc**: Resize the image size in chat message, closes [lobehub#3462](https://github.com/bentwnghk/lobe-chat/issues/3462) ([37c7429](37c7429)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
修改聊天界面图片展示大小,1张图片时默认200宽度,2张400,3张600,最多到600,避免图片占太大位置,看聊天信息很不方便。如果要看图片,直接查看大图就可以了。
修改前:
修改后:
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
📝 补充信息 | Additional Information