diff --git a/README.md b/README.md index 51460e83..653692b4 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ In the community plugins, search for and install the Image auto upload Plugin. N | Local | ✔️ | ✔️ | | Built-in SFTP | ✔️ | ✔️ | | Doge Cloud | ✔️ | ✔️ | +| PicList(Lasso-Doll) | ✔️ | ✔️ | | Plugin | Album cloud deletion | | :----------------------------------------------------------------------------------------: | :------------------: | diff --git a/README_cn.md b/README_cn.md index 3f65d774..11b1a435 100644 --- a/README_cn.md +++ b/README_cn.md @@ -100,6 +100,7 @@ MacOS: | 本地文件夹 | ✔️ | ✔️ | | 内置SFTP | ✔️ | ✔️ | | 多吉云 | ✔️ | ✔️ | +| PicList(套娃) | ✔️ | ✔️ | | 插件 | 相册云删除 | | :----------------------------------------------------------------------------------------: | :--------: | diff --git a/currentVersion.md b/currentVersion.md index 62f78c1b..a70a8424 100644 --- a/currentVersion.md +++ b/currentVersion.md @@ -1,11 +1,11 @@ ✨ Features -- 现在当已经设置了水印字体文件路径或使用图片水印时,不再检查内置字体文件是否存在 -- PicList和PicList-Core的内置服务器现在均支持通过`formData`的方式上传图片文件 -- 内置服务器现在默认监听`0.0.0.0`,而不是`127.0.0.1`,以配合多电脑间使用 -- 内置服务器现在支持设置鉴权密钥`key`参数,通过url参数形式传递`?key=xxx`,避免被恶意利用 -- PicList-Core现在支持通过`picgo-server`启动内置上传服务器,使用方式与PicList的内置服务器相同 +- 现在当设置了内置服务器鉴权密钥时,图床设置界面复制api接口会自动添加密钥 +- 添加了`PicList`自身作为套娃图床,实现A电脑添加B电脑的`PicList`进行上传的功能 +- 新增上传耗时等统计功能 🐛 Bug Fixes -- 修复了没有新建临时文件夹导致本地图床上传失败的问题 +- 修复了电脑间同步管理配置文件时,无法正常进入图床,需要重新保存一次配置的问题 +- 修复了arm mac平台缺失右键菜单的问题 +- 修复了跳过水印字体下载没有对文件上传情景生效的问题 diff --git a/currentVersion_en.md b/currentVersion_en.md index 44522917..40242770 100644 --- a/currentVersion_en.md +++ b/currentVersion_en.md @@ -1,11 +1,11 @@ ✨ Features -- Now that the watermark font file path has been set or the image watermark is used, the built-in font file is no longer checked -- The built-in server of PicList and PicList-Core now support uploading image files through `formData` -- PicList-Core now supports starting the built-in upload server through `picgo-server`, and the usage is the same as the built-in server of PicList -- The built-in server now supports setting the authentication key `key` parameter, which is passed in the form of url parameters `?key=xxx` to avoid being maliciously used -- PicList-Core now supports starting the built-in upload server through `picgo-server`, and the usage is the same as the built-in server of PicList +- Now when the built-in server authentication key is set, the copy API interface in the image bed setting interface will automatically add the key +- Added `PicList` itself as a nested image bed, which realizes the function of A computer adding B computer's `PicList` for uploading +- Added upload time consumption and other statistics functions 🐛 Bug Fixes -- Fix the problem that the local image bed upload fails due to not creating a new temporary folder +- Fixed the problem that when synchronizing and managing configuration files between computers, the image bed cannot be entered normally, and the configuration needs to be saved again +- Fixed the problem that the right-click menu is missing on the arm mac platform +- Fixed the problem that skipping the watermark font download does not take effect on file upload scenarios