From cb33aa470e0c8ed88a91e323f5584c9a02e8907e Mon Sep 17 00:00:00 2001 From: ktianc Date: Thu, 25 Jan 2024 22:10:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README=20=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ kinit-api/application/settings.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bdc6c8..faf3850 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,16 @@ PC端演示地址:https://kinit.ktianc.top +管理员账户: + - 账号:15020221010 - 密码:kinit2022 +测试账户: + +- 账号:15020240125 +- 密码:test + ## 接口 CURD 代码自动生成 1. 目前只支持生成接口代码 diff --git a/kinit-api/application/settings.py b/kinit-api/application/settings.py index e7373fd..98fb2af 100644 --- a/kinit-api/application/settings.py +++ b/kinit-api/application/settings.py @@ -11,7 +11,7 @@ from fastapi.security import OAuth2PasswordBearer """ 系统版本 """ -VERSION = "3.6.0" +VERSION = "3.6.2" """安全警告: 不要在生产中打开调试运行!""" DEBUG = False