Fastposter releases 1.4.3 Cross-language poster generator
V1.4.3 added golang language support, optimized generator code, improved official documentation
Yesterday drank a little 9️, hair version is slow.
future:
- Added Golang language support
- Optimize generator code
- Improve official documents
- Add the Public Network deployment guide
- Font Replacement Guide
- The source code to run
- Replace the Favicon.ico icon
fixbug:
- Document correction
- When json data is returned, the ASCII code is not converted
The warehouse address
Welcome to light up the little star ⭐️⭐ to speed up the iterative update of the project.
- The official documentation
- Code Repository – Github
- Code Repository – Gitee
Poster development can be completed in just three stepsStart the service
> Edit the poster
> The generated code
First, start the service
docker run --name fast-poster -p 9001:9001 tangweixin/fast-poster
Copy the code