📝 Docs(custom): update docs

This commit is contained in:
Kuingsmile 2023-10-18 21:33:23 +08:00
parent d4625bc80d
commit 65cfe6e1da
2 changed files with 6 additions and 12 deletions

View File

@ -1,11 +1,8 @@
✨ Features
- 现在当设置了内置服务器鉴权密钥时图床设置界面复制api接口会自动添加密钥
- 添加了`PicList`自身作为套娃图床实现A电脑添加B电脑的`PicList`进行上传的功能
- 新增上传耗时等统计功能
- 现在上传接口不再明文返回`config`字段,而是经过加密的字符串,密钥可自行设置
🐛 Bug Fixes
- 修复了电脑间同步管理配置文件时,无法正常进入图床,需要重新保存一次配置的问题
- 修复了arm mac平台缺失右键菜单的问题
- 修复了跳过水印字体下载没有对文件上传情景生效的问题
- 修复了文件名中含有二级目录时webdav、local和sftp图床会上传失败的问题
- 修复了使用watt toolkit加速时github图床上传失败的问题

View File

@ -1,11 +1,8 @@
✨ Features
- 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
- Now the upload interface no longer returns the `config` field in plain text, but an encrypted string, and the key can be set by yourself
🐛 Bug Fixes
- 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
- Fix the problem that the webdav, local and sftp image beds will fail to upload when the file name contains a secondary directory
- Fix the problem that the github image bed will fail to upload when using the watt toolkit acceleration