📝 Docs: update docs

This commit is contained in:
Kuingsmile
2023-10-10 17:28:27 +08:00
parent 06c518d9ad
commit 573265c929
3 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,9 @@
✨ Features
- 现在已经设置了水印字体文件路径或使用图片水印时,不再检查内置字体文件
- 现在已经设置了水印字体文件路径或使用图片水印时,不再检查内置字体文件是否存在
- PicList和PicList-Core的内置服务器现在均支持通过`formData`的方式上传图片文件
- 内置服务器现在默认监听`0.0.0.0`,而不是`127.0.0.1`,以配合多电脑间使用
- 内置服务器现在支持设置鉴权密钥`key`参数通过url参数形式传递`?key=xxx`,避免被恶意利用
- PicList-Core现在支持通过`picgo-server`启动内置上传服务器使用方式与PicList的内置服务器相同
🐛 Bug Fixes