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