📝 Docs(custom): prepare for 2.9.4

This commit is contained in:
Kuingsmile 2024-10-22 15:26:07 +08:00
parent 64fba8a6eb
commit 4b12e4245b
2 changed files with 10 additions and 8 deletions

View File

@ -1,9 +1,10 @@
### ✨ Features
- 新增第二图床上传支持
- 现在管理页面支持预览avif图片
- 调整了图床配置页面的日期显示格式
- 优化了第二图床的上传逻辑,现在会使用相同文件名和压缩方式
- 移除了telegra.ph图床官方现已关闭匿名上传功能
- 默认上传快捷键修改为`Ctrl+Alt+U`避免与vscode命令面板冲突
### 🐛 Bug Fixes
- 修复了PicList图床对core版的兼容性问题
- 修复了webdav图床链接拼接错误的问题
- 修复了开启云删除时部分第三方图床图片无法批量删除的问题

View File

@ -1,9 +1,10 @@
### ✨ Features
- Added support for the second image bed upload
- Now the management page supports previewing avif images
- Adjusted the date display format on the image bed configuration page
- Optimize the upload logic of the second image bed, now it will use the same file name and compression method
- Removed telegra.ph image bed (officially closed anonymous upload function)
- The default upload shortcut key is changed to `Ctrl+Alt+U` to avoid conflicts with the vscode command panel
### 🐛 Bug Fixes
- Fixed the compatibility issue of PicList image bed with the core version
- Fixed the problem of incorrect splicing of webdav image bed links
- Fixed the problem that some third-party image bed pictures cannot be deleted in batches when cloud deletion is enabled