📝 Docs(custom): update changelog

This commit is contained in:
Kuingsmile
2026-01-13 11:08:23 +08:00
parent 48bf058d3e
commit 71cbf9daf0
2 changed files with 11 additions and 3 deletions

View File

@@ -4,8 +4,11 @@
- 新增图床收藏功能现在可以添加至多6个常用图床首页快速点击切换 - 新增图床收藏功能现在可以添加至多6个常用图床首页快速点击切换
- 优化了第二图床的上传逻辑,同时增加了备份和独立上传两种模式选择 - 优化了第二图床的上传逻辑,同时增加了备份和独立上传两种模式选择
- 优化了相册页面的图片选择体验,现在点击任意位置即可选择图片
- 图床选择页面新增收藏按钮 - 图床选择页面新增收藏按钮
- 优化了相册页面和管理页面的图片选择体验,现在点击任意位置即可选择图片
- 优化了管理页面的文件名显示,空间足够时不再强制截短
- 优化了部分页面的UI风格与整体更加统一
- 现在设置页面的标签选择状态会自动记忆
- 更新说明页面现在使用markdown渲染 - 更新说明页面现在使用markdown渲染
### 🐛 问题修复 ### 🐛 问题修复
@@ -13,5 +16,6 @@
- 修复了任务上传系统中时间间隔不能小于100秒的问题现在最低间隔为1秒 - 修复了任务上传系统中时间间隔不能小于100秒的问题现在最低间隔为1秒
- 修复了第二图床上传在Mac tray窗口和任务上传系统中没有生效的问题 - 修复了第二图床上传在Mac tray窗口和任务上传系统中没有生效的问题
- 修复了切换语言时图床列表没有及时刷新的问题 - 修复了切换语言时图床列表没有及时刷新的问题
- 修复了管理页面切换图床窗口无法滚动的问题
- 修复了二维码生成页面下拉列表被遮挡的问题 - 修复了二维码生成页面下拉列表被遮挡的问题
- 修复了修复工具箱页面UI显示异常的问题 - 修复了修复工具箱页面UI显示异常的问题

View File

@@ -2,10 +2,13 @@
### ✨ New Features ### ✨ New Features
- Added image bed favorites feature, now you can add up to 6 commonly used image beds and quickly switch on the homepage - Added image bed favorite feature, now you can add up to 6 commonly used image beds for quick switching on the homepage
- Optimized the upload logic of the second image bed, and added backup and independent upload mode options - Optimized the upload logic of the second image bed, and added backup and independent upload mode options
- Optimized the image selection experience on the album page, now you can select images by clicking anywhere
- Added favorites button on the image bed selection page - Added favorites button on the image bed selection page
- Optimized the image selection experience on the album page and management page, now you can select images by clicking anywhere
- Optimized the file name display on the management page, no longer forcibly truncated when there is enough space
- Optimized the UI style of some pages to be more consistent with the overall style
- The tag selection state on the settings page is now automatically remembered
- The update notes page now uses markdown rendering - The update notes page now uses markdown rendering
### 🐛 Bug Fixes ### 🐛 Bug Fixes
@@ -13,5 +16,6 @@
- Fixed an issue where the interval between uploads in the task upload system could not be less than 100 seconds, now the minimum interval is 1 second - Fixed an issue where the interval between uploads in the task upload system could not be less than 100 seconds, now the minimum interval is 1 second
- Fixed an issue where the second image bed upload did not take effect in the Mac tray window and task upload system - Fixed an issue where the second image bed upload did not take effect in the Mac tray window and task upload system
- Fixed an issue where the image bed list did not refresh in time when switching languages - Fixed an issue where the image bed list did not refresh in time when switching languages
- Fixed an issue where the image bed window on the management page could not be scrolled when switching
- Fixed an issue where the dropdown list on the QR code generation page was obscured - Fixed an issue where the dropdown list on the QR code generation page was obscured
- Fixed an issue where the UI of the repair toolbox page was displayed abnormally - Fixed an issue where the UI of the repair toolbox page was displayed abnormally