📝 Docs(custom): prepare for 2.9.2

This commit is contained in:
Kuingsmile 2024-07-30 10:49:15 +08:00
parent 48d24f62da
commit 5ebe10c26f
4 changed files with 8 additions and 24 deletions

View File

@ -141,6 +141,7 @@ docker-compose up -d
| PicList(Lasso-Doll) | ✔️ | ✔️ |
| Telegra.ph | ✔️ | × |
| Lsky Pro | ✔️ | ✔️ |
| Custom API platform | × | × |
| Plugin | Album cloud deletion |
| :----------------------------------------------------------------------------------------: | :------------------: |

View File

@ -143,6 +143,7 @@ docker-compose up -d
| PicList(套娃) | ✔️ | ✔️ |
| Telegra.ph | ✔️ | x |
| 兰空图床 | ✔️ | ✔️ |
| 自定义图床 | x | x |
| 插件 | 相册云删除 |
| :----------------------------------------------------------------------------------------: | :--------: |

View File

@ -1,14 +1,5 @@
### ✨ Features
- 新增内置AList上传支持
- 优化了设置了图片处理操作时的上传进度通知
- 优化了部分图床的i18n设置
- 修改内置兰空图床显示名,由`lsky`修改为`兰空图床`
- core版本现在使用piclist桌面版配置文件时支持设置`configName`参数
### 🐛 Bug Fixes
- 修复了s3图床文件名含有特殊字符时无法删除的问题
- 修复了特定情况下开启手动重命名后会导致软件闪退的问题
- 修复了图床设置页面按钮的样式问题
- 优化了多个图床存在的重复记录错误日志的问题
- 新增高级自定义图床
- 相册页面现在加载图片时会显示loading图
- 优化了相册页面的加载速度

View File

@ -1,14 +1,5 @@
### ✨ Features
- Add built-in AList upload support
- Optimize the upload progress notification when image processing operations are set
- Optimize the i18n settings of some image beds
- Modify the display name of the built-in Lan Kong image bed from `lsky` to `Lan Kong image bed`
- The core version now supports setting the `configName` parameter when using the piclist desktop version configuration file
### 🐛 Bug Fixes
- Fix the problem that the s3 image bed cannot be deleted when the file name contains special characters
- Fix the problem that the software crashes under specific conditions after enabling manual renaming
- Fix the style problem of the button on the image bed setting page
- Optimize the problem of repeated recording error logs for multiple image beds
- Add advanced custom image bed
- The album page now displays a loading image when loading pictures
- Optimized the loading speed of the album page