diff --git a/README.md b/README.md index 019cf3e..b99a438 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Cursor 本地开发指南 +# Cursor Auto Register 本地开发指南 本项目是建在巨人肩膀上的一个开源项目,不做收费,仅供学习参考。 参考项目: @@ -72,6 +72,10 @@ curl http://localhost:8000/health 运行服务器后,访问: - UI: http://localhost:8000/ + ![首页](./images/1.jpg) + + ![使用](./images/2.jpg) + ## API 文档 运行服务器后,访问: - Swagger UI: http://localhost:8000/docs diff --git a/images/1.jpg b/images/1.jpg new file mode 100644 index 0000000..f2167a0 Binary files /dev/null and b/images/1.jpg differ diff --git a/images/2.jpg b/images/2.jpg new file mode 100644 index 0000000..86d824a Binary files /dev/null and b/images/2.jpg differ