This commit is contained in:
mizhexiaoxiao 2023-08-28 15:21:04 +08:00
parent 3a9324520e
commit d6f3aba1a1
5 changed files with 10 additions and 3 deletions

View File

@ -118,4 +118,8 @@ pnpm i # 或者 npm i
3. 启动
```sh
pnpm dev
```
```
### 进群交流
![image](https://github.com/mizhexiaoxiao/vue-fastapi-admin/blob/main/deploy/sample-picture/group.jpg)

View File

@ -1 +1,2 @@
# 新增model需要在这里导入
from .admin import *

View File

@ -7,8 +7,8 @@ from .base import BaseResponse, SuccessExtra
class MenuType(str, Enum):
CATALOG = "catalog"
MENU = "menu"
CATALOG = "catalog" # 目录
MENU = "menu" # 菜单
class BaseMenu(BaseModel):

View File

@ -50,6 +50,8 @@ class Settings(BaseSettings):
"default_connection": "sqlite",
},
},
"use_tz": False,
"timezone": "Asia/Shanghai",
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB