From ab00d0e3eff488173f3ca7a9560a603dfb1ac9d1 Mon Sep 17 00:00:00 2001 From: RTAkland Date: Wed, 21 Dec 2022 21:10:47 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E4=BA=86=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de80869..70f2521 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ # 新特性 -* 使用了异步Web框架`FastAPI`来提高效率 ***注:数据库部分使用了同步*** +* 使用了异步Web框架`FastAPI`来提高效率, 所有代码均为异步操作 * 可以自定义显示图片的数量(长度) * 支持API接口以便自行开发 +* 支持了`MySQL`数据库 # 失去的特性