You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
前端说明
- 访问
index.html,在顶部设置后端地址(默认 http://localhost:8000)
- 支持按照后端文档进行常见操作:用户、邮件、设置、日志、通讯录、统计、邮箱
- 提供 API 调试台,可直接输入路径与方法并发送
本地预览
- 使用任意静态服务器在
frontend 目录运行,例如:
python3 -m http.server 5173 然后访问 http://localhost:5173/
- 或直接在 IDE 预览
跨域
- 若前端与后端不同源,请在后端增加 CORS 响应头