PicList/currentVersion.md
2023-10-10 17:28:27 +08:00

12 lines
674 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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