mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42:57 +08:00
🐛 Fix(custom): fix the second picbed upload issue
This commit is contained in:
@@ -1,21 +1,8 @@
|
||||
## 🎉 [v3.2.1] 更新日志
|
||||
## 🎉 [v3.2.2] 更新日志
|
||||
|
||||
### ✨ 新增功能
|
||||
|
||||
- 新增图床收藏功能,现在可以添加至多6个常用图床,首页快速点击切换
|
||||
- 优化了第二图床的上传逻辑,同时增加了备份和独立上传两种模式选择
|
||||
- 图床选择页面新增收藏按钮
|
||||
- 优化了相册页面和管理页面的图片选择体验,现在点击任意位置即可选择图片
|
||||
- 优化了管理页面的文件名显示,空间足够时不再强制截短
|
||||
- 优化了部分页面的UI风格,与整体更加统一
|
||||
- 现在设置页面的标签选择状态会自动记忆
|
||||
- 更新说明页面现在使用markdown渲染
|
||||
请务必更新该版本,3.2.1中意外引入了一些问题。
|
||||
|
||||
### 🐛 问题修复
|
||||
|
||||
- 修复了任务上传系统中时间间隔不能小于100秒的问题,现在最低间隔为1秒
|
||||
- 修复了第二图床上传在Mac tray窗口和任务上传系统中没有生效的问题
|
||||
- 修复了切换语言时图床列表没有及时刷新的问题
|
||||
- 修复了管理页面切换图床窗口无法滚动的问题
|
||||
- 修复了二维码生成页面下拉列表被遮挡的问题
|
||||
- 修复了修复工具箱页面UI显示异常的问题
|
||||
- 修复了3.2.1中第二图床无法上传的问题
|
||||
- 修复了部分图床如果设置主机地址是有尾随斜杠导致无法云端删除的问题
|
||||
|
||||
@@ -1,21 +1,8 @@
|
||||
## 🎉 [v3.2.1] Release Notes
|
||||
## 🎉 [v3.2.2] 更新日志
|
||||
|
||||
### ✨ New Features
|
||||
|
||||
- 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
|
||||
- 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
|
||||
Please update to this version as 3.2.1 unintentionally introduced some issues.
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- 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
|
||||
- Fixed an issue where the second image bed could not upload in 3.2.1
|
||||
- Fixed an issue where some image beds could not be deleted from the cloud if the host address was set with a trailing slash
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
"multer": "^2.0.2",
|
||||
"node-ssh-no-cpu-features": "^2.0.0",
|
||||
"nodejs-file-downloader": "^4.13.0",
|
||||
"piclist": "^2.2.2",
|
||||
"piclist": "^2.3.0",
|
||||
"qiniu": "7.14.0",
|
||||
"semver": "^7.7.3",
|
||||
"shell-path": "3.0.0",
|
||||
|
||||
@@ -9280,10 +9280,10 @@ performance-now@^2.1.0:
|
||||
resolved "https://registry.npmmirror.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
|
||||
integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==
|
||||
|
||||
piclist@^2.2.2:
|
||||
version "2.2.2"
|
||||
resolved "https://registry.yarnpkg.com/piclist/-/piclist-2.2.2.tgz#52f1e71129ff0c28aa443bd449abd56d978dd433"
|
||||
integrity sha512-xO+KW5IYCkT4RnAPFyIpDBdEXSIqAMSmXF2TCLvzzSkB/04tfzaDGJPc3BtG94YHzdrp3ksP/rFRGf0g+9gSNA==
|
||||
piclist@^2.3.0:
|
||||
version "2.3.0"
|
||||
resolved "https://registry.yarnpkg.com/piclist/-/piclist-2.3.0.tgz#3376b5d67e8068d11b015be577c6bb2389e307f2"
|
||||
integrity sha512-LwLBi6Afi00tD5Wg5S9luxW3BZAVeL9goUI/vMNItPzKZKdh/qYpjUKkNkhYV19kU71RXZeJ+N26//vs+2xtVg==
|
||||
dependencies:
|
||||
"@aws-sdk/client-s3" "3.965.0"
|
||||
"@aws-sdk/lib-storage" "3.965.0"
|
||||
|
||||
Reference in New Issue
Block a user