diff --git a/README.md b/README.md index 13a7d225..6299f3d4 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ docker-compose up -d | PicList(Lasso-Doll) | ✔️ | ✔️ | | Telegra.ph | ✔️ | × | | Lsky Pro | ✔️ | ✔️ | +| Custom API platform | × | × | | Plugin | Album cloud deletion | | :----------------------------------------------------------------------------------------: | :------------------: | diff --git a/README_cn.md b/README_cn.md index 40c9d65d..b8a74977 100644 --- a/README_cn.md +++ b/README_cn.md @@ -143,6 +143,7 @@ docker-compose up -d | PicList(套娃) | ✔️ | ✔️ | | Telegra.ph | ✔️ | x | | 兰空图床 | ✔️ | ✔️ | +| 自定义图床 | x | x | | 插件 | 相册云删除 | | :----------------------------------------------------------------------------------------: | :--------: | diff --git a/currentVersion.md b/currentVersion.md index 9ece1462..4125299f 100644 --- a/currentVersion.md +++ b/currentVersion.md @@ -1,14 +1,5 @@ ### ✨ Features -- 新增内置AList上传支持 -- 优化了设置了图片处理操作时的上传进度通知 -- 优化了部分图床的i18n设置 -- 修改内置兰空图床显示名,由`lsky`修改为`兰空图床` -- core版本现在使用piclist桌面版配置文件时支持设置`configName`参数 - -### 🐛 Bug Fixes - -- 修复了s3图床文件名含有特殊字符时无法删除的问题 -- 修复了特定情况下开启手动重命名后会导致软件闪退的问题 -- 修复了图床设置页面按钮的样式问题 -- 优化了多个图床存在的重复记录错误日志的问题 \ No newline at end of file +- 新增高级自定义图床 +- 相册页面现在加载图片时会显示loading图 +- 优化了相册页面的加载速度 \ No newline at end of file diff --git a/currentVersion_en.md b/currentVersion_en.md index 4e4b68b0..54f08f3b 100644 --- a/currentVersion_en.md +++ b/currentVersion_en.md @@ -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