更新群二维码

This commit is contained in:
ktianc 2024-03-23 18:02:29 +08:00
parent eff099877e
commit cff85f09d5
2 changed files with 3 additions and 2 deletions

View File

@ -49,7 +49,7 @@ Kinit 是一套全部开源的快速开发平台,毫无保留给个人及企
<div align="center">
<p align="center">
<img src="https://ktianc.oss-cn-beijing.aliyuncs.com/resource/images/20240317/1710645628Fgaon8f5.jpg" height="500" alt="logo"/>
<img src="https://ktianc.oss-cn-beijing.aliyuncs.com/resource/images/20240323/1711188072OkDyKCIq.jpg" height="500" alt="logo"/>
</p>
</div>
@ -59,6 +59,7 @@ Kinit 是一套全部开源的快速开发平台,毫无保留给个人及企
## 在线体验
PC端演示地址https://kinit.ktianc.top

View File

@ -11,7 +11,7 @@ from fastapi.security import OAuth2PasswordBearer
"""
系统版本
"""
VERSION = "3.9.0"
VERSION = "3.10.0"
"""安全警告: 不要在生产中打开调试运行!"""
DEBUG = False