-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
457 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
### ✨ Features | ||
|
||
- 新增高级自定义图床 | ||
- 相册页面现在加载图片时会显示loading图 | ||
- 优化了相册页面的加载速度 | ||
- 新增第二图床上传支持 | ||
- 现在管理页面支持预览avif图片 | ||
- 调整了图床配置页面的日期显示格式 | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- 修复了PicList图床对core版的兼容性问题 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
### ✨ Features | ||
|
||
- Add advanced custom image bed | ||
- The album page now displays a loading image when loading pictures | ||
- Optimized the loading speed of the album page | ||
- 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 | ||
|
||
### 🐛 Bug Fixes | ||
|
||
- Fixed the compatibility issue of PicList image bed with the core version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "piclist", | ||
"version": "2.9.2", | ||
"version": "2.9.3", | ||
"author": { | ||
"name": "Kuingsmile", | ||
"email": "[email protected]" | ||
|
@@ -67,7 +67,7 @@ | |
"multer": "^1.4.5-lts.1", | ||
"node-ssh-no-cpu-features": "^2.0.0", | ||
"nodejs-file-downloader": "^4.12.1", | ||
"piclist": "^1.9.1", | ||
"piclist": "^1.9.3", | ||
"pinia": "^2.1.7", | ||
"pinia-plugin-persistedstate": "^3.2.1", | ||
"proxy-agent": "^5.0.0", | ||
|
@@ -97,7 +97,7 @@ | |
"@types/lowdb": "^1.0.15", | ||
"@types/mime-types": "^2.1.4", | ||
"@types/multer": "^1.4.11", | ||
"@types/node": "^16.10.2", | ||
"@types/node": "^22.0.0", | ||
"@types/semver": "^7.5.6", | ||
"@types/tunnel": "^0.0.7", | ||
"@types/upyun": "^3.4.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.