From 71cbf9daf07aac98652a778368509bd43441ba3e Mon Sep 17 00:00:00 2001 From: Kuingsmile <96409857+Kuingsmile@users.noreply.github.com> Date: Tue, 13 Jan 2026 11:08:23 +0800 Subject: [PATCH] :pencil: Docs(custom): update changelog --- currentVersion.md | 6 +++++- currentVersion_en.md | 8 ++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/currentVersion.md b/currentVersion.md index d4104259..e5319f2f 100644 --- a/currentVersion.md +++ b/currentVersion.md @@ -4,8 +4,11 @@ - 新增图床收藏功能,现在可以添加至多6个常用图床,首页快速点击切换 - 优化了第二图床的上传逻辑,同时增加了备份和独立上传两种模式选择 -- 优化了相册页面的图片选择体验,现在点击任意位置即可选择图片 - 图床选择页面新增收藏按钮 +- 优化了相册页面和管理页面的图片选择体验,现在点击任意位置即可选择图片 +- 优化了管理页面的文件名显示,空间足够时不再强制截短 +- 优化了部分页面的UI风格,与整体更加统一 +- 现在设置页面的标签选择状态会自动记忆 - 更新说明页面现在使用markdown渲染 ### 🐛 问题修复 @@ -13,5 +16,6 @@ - 修复了任务上传系统中时间间隔不能小于100秒的问题,现在最低间隔为1秒 - 修复了第二图床上传在Mac tray窗口和任务上传系统中没有生效的问题 - 修复了切换语言时图床列表没有及时刷新的问题 +- 修复了管理页面切换图床窗口无法滚动的问题 - 修复了二维码生成页面下拉列表被遮挡的问题 - 修复了修复工具箱页面UI显示异常的问题 diff --git a/currentVersion_en.md b/currentVersion_en.md index 6724444c..29e5536e 100644 --- a/currentVersion_en.md +++ b/currentVersion_en.md @@ -2,10 +2,13 @@ ### ✨ 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 image selection experience on the album page, now you can select images by clicking anywhere - 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 ### 🐛 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 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 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 UI of the repair toolbox page was displayed abnormally