screen/ReadMe.md

9 lines
509 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.

#V1.0 版本说明
- 简单把磁盘中某个图片目录映射到web服务中无任何授权验证。
- 配置application.yml的filePath即可如果使用docker使用-v 和-e 挂载目录,和映射目录。
### V2.0 版本说明
- 增加授权验证,支持多用户,多目录。
- 增加管理员管理界面,和授权码用户自选图片功能
- 增加/api/admin/generate-code接口方便配合闲鱼管理系统进行授权码的获取和发货。
- 增加/admin、/cart两个页面