Skip to content

Commit

Permalink
📝 Docs(custom): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuingsmile committed Oct 14, 2023
1 parent a59d5b1 commit d1780f2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| :----------------------------------------------------------------------------------------: | :------------------: |
Expand Down
1 change: 1 addition & 0 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ MacOS:
| 本地文件夹 | ✔️ | ✔️ |
| 内置SFTP | ✔️ | ✔️ |
| 多吉云 | ✔️ | ✔️ |
| PicList(套娃) | ✔️ | ✔️ |

| 插件 | 相册云删除 |
| :----------------------------------------------------------------------------------------: | :--------: |
Expand Down
12 changes: 6 additions & 6 deletions currentVersion.md
Original file line number Diff line number Diff line change
@@ -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平台缺失右键菜单的问题
- 修复了跳过水印字体下载没有对文件上传情景生效的问题
12 changes: 6 additions & 6 deletions currentVersion_en.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d1780f2

Please sign in to comment.