📝 Docs(custom): update changelog

This commit is contained in:
Kuingsmile
2026-05-04 19:43:31 +08:00
parent 2441360cc6
commit c8e73998d6
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
- 增加新的文件缩放设置项`longEdgeAsHeight`,当启用时,将长边视为高度进行缩放,适用于竖图的处理需求
- 更新了阿里云OSS腾讯云COS和七牛云的可用地域列表移除了已废弃的地域选项并添加了新的可用地域
- 添加了上传API服务的最大上传并发数和上传间隔设置项避免并发上传过多导致服务器压力过大或被图床服务商限制访问
- 云端页面的SM.MS迁移至S.EE平台
- 优化了本地文件的扩展名获取逻辑,提升了对特殊文件名的兼容性
- 更新了linux下的剪贴板图片获取脚本

View File

@@ -8,6 +8,7 @@
- Added a new file scaling setting `longEdgeAsHeight`. When enabled, the long edge is treated as the height for scaling, suitable for handling vertical images.
- Updated the available regions for Alibaba Cloud OSS, Tencent Cloud COS, and Qiniu Cloud, removing deprecated regions and adding new ones.
- Added settings for maximum upload concurrency and upload interval for the Upload API service to prevent excessive concurrent uploads that could put too much pressure on the server or lead to access restrictions by image bed providers.
- The cloud page's SM.MS has migrated to the S.EE platform.
- Optimized the logic for obtaining local file extensions, improving compatibility with special file names.
- Updated the clipboard image acquisition script for Linux.