From a1864a04564cbf9d044c7cb99582b3bd3380b3ad Mon Sep 17 00:00:00 2001 From: evilbeast Date: Tue, 30 Aug 2022 16:24:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f0663e1..5071e39 100644 --- a/README.md +++ b/README.md @@ -122,8 +122,12 @@ except KeyboardInterrupt: ## 使用fastapi框架实现的web api接口 +通过fastapi的swagger在线文档可以很方便的管理NtChat接口 + [查看fastapi_example例子](./fastapi_example/README.md) +![vfazT0.jpg](https://s1.ax1x.com/2022/08/29/vfazT0.jpg) + ## 使用pyxcgui界面库实现的简单例子