📝 Docs(custom): prepare for v2.8.5

This commit is contained in:
Kuingsmile 2024-05-13 15:35:55 +08:00
parent 01539918a4
commit 3d3b80f939
2 changed files with 18 additions and 19 deletions

View File

@ -1,15 +1,14 @@
### ✨ Features ### ✨ Features
- 管理功能 - 现在`upload`接口只传递`picbed`参数时,使用对应图床的默认配置,而不是`Default`配置
- 现在修改自定义域名后会自动强制刷新当前页面 - 优化了对smms图床的备用域名的处理逻辑
- 现在第一次进入管理页面时默认获取云端最新文件列表 - 内置aws S3图床现在设置权限时使用下拉选择框同时`disableBucketPrefixToURL`现在修改为布尔类型
- 现在内置s3图床默认允许自签证书 - 高级重命名现在支持`{str-number}`格式其中number为任意数字新增`{ms}`(毫秒)的支持
- 现在高级重命名中的时间戳精确到毫秒 - 管理功能中,上传自定义重命名新增对`{h}`(小时)`{i}`(分钟)`{s}`(秒),,同时`{timestamp}`修改为毫秒,新增对`{str-number}`的支持
- 管理功能中,阿里云图床新增对创建`oss-cn-wuhan(华南1-武汉)`地域存储桶的支持
- 优化了重命名占位符说明页面的排版
- Docker版本PicList-core现在修改时区为东八区
### 🐛 Bug Fixes ### 🐛 Bug Fixes
- 管理功能 - 修正了高级重命名中时间戳的说明,由秒修改为毫秒
- 修复了强制https对本地图床没有生效的问题
- 修复了不填写区域时minio无法正常删除图片的问题
- 修复了内置s3图床配合minio使用时会额外添加桶名的问题

View File

@ -1,14 +1,14 @@
### ✨ Features ### ✨ Features
- Manage - Now when the `upload` interface only passes the `picbed` parameter, the default configuration of the corresponding image bed is used instead of the `Default` configuration
- Now, after modifying the custom domain name, the current page will be automatically forced to refresh - Optimized the processing logic of the backup domain name of the smms image bed
- Now, the cloud-side latest file list is obtained by default when entering the management page for the first time - The built-in aws S3 image bed now uses a drop-down box when setting permissions, and `disableBucketPrefixToURL` is now modified to a boolean type
- Now the built-in s3 image bed defaults to allowing self-signed certificates - Advanced renaming now supports the `{str-number}` format, where number is any number, and adds support for `{ms}` (milliseconds)
- Now the timestamp in advanced renaming is accurate to milliseconds - In the management function, the upload custom renaming adds support for `{h}` (hour), `{i}` (minute), `{s}` (second), and `{timestamp}` is modified to milliseconds, and adds support for `{str-number}`
- In the management function, the Alibaba Cloud image bed adds support for creating `oss-cn-wuhan (South China 1-Wuhan)` regional storage buckets
- Optimized the layout of the placeholder description page for renaming
- The Docker version of PicList-core now changes the time zone to East Eight District
### 🐛 Bug Fixes ### 🐛 Bug Fixes
- Manage - Fixed the description of the timestamp in advanced renaming, changed from seconds to milliseconds
- Fixed the problem that forcing https does not take effect on the local image bed
- Fixed the problem that Minio cannot delete images normally when the region is not filled in
- Fixed the problem that the built-in s3 image bed will add an additional bucket name when used with Minio