📝 Docs(custom): prepare for 2.81

This commit is contained in:
Kuingsmile
2024-04-03 17:56:09 +08:00
parent 75b0c7f518
commit 0476346070
5 changed files with 14 additions and 10 deletions

View File

@@ -1,11 +1,14 @@
✨ Features
- Now the advanced renaming {md5} will use the md5 value of the file content, not the file name
- Now the API document will be displayed when the browser accesses the 36677 upload port
- When an unsupported http request method is used, the service interface now returns a 405 error code
- Now the browser will display the API document when accessing port 36677 (support `/` and `/upload` paths)
- Now the `heartbeat` interface supports `GET` requests
- Added built-in web service support, a simple web server is opened by default on port 37777, similar to `EasyWebSvr`
- Now no longer watermark `svg` images
- Now in the advanced renaming, `{md5}` uses the file content instead of the file name string calculation
- Now the pop-up window of the setting interface supports dragging to adjust the position
- Now the image processing process will record error logs
🐛 Bug Fixes
- Fix the bug that the image watermark function does not take effect when the watermark text is not set
- Fixed the bug that the image watermark function cannot take effect when the watermark text is not set
- Fixed the problem that the port detection function did not work properly when the server port was occupied