fix trayicon

This commit is contained in:
jxxghp
2023-10-10 14:38:50 +08:00
parent 91085d13a3
commit 375e16e0dc
2 changed files with 29 additions and 14 deletions

View File

@ -25,6 +25,8 @@ class Settings(BaseSettings):
HOST: str = "0.0.0.0"
# API监听端口
PORT: int = 3001
# 前端监听端口
NGINX_PORT: int = 3000
# 是否调试模式
DEBUG: bool = False
# 是否开发模式