From 38ce0bc69f61b4f36bc5f9d2ce190aa917283422 Mon Sep 17 00:00:00 2001 From: lhx Date: Mon, 13 Oct 2025 10:14:01 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c530481..da4eb53 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ pip install -r requirements.txt ```bash python main.py ``` - +测试 ## API文档 启动后访问 http://localhost:8000/docs 查看API文档 From fb3537a27caf7690426e4482b0b6e3cf9935ce95 Mon Sep 17 00:00:00 2001 From: lhx Date: Mon, 13 Oct 2025 10:14:50 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 111 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da4eb53..c847f5d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ - APScheduler: 定时任务调度 - Pandas: 数据处理 - Pydantic: 数据验证 - +1 ## 项目结构 ``` From 806ef1fef63694ee145d006e528a2f00b6b3b5b5 Mon Sep 17 00:00:00 2001 From: lhx Date: Mon, 13 Oct 2025 10:15:40 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 22 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c847f5d..f3a284f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ - APScheduler: 定时任务调度 - Pandas: 数据处理 - Pydantic: 数据验证 -1 +11 ## 项目结构 ```