fix: 修复3个问题

1. 对比度: --text-muted 从 #94a3b8 改为 #c8d6e5 (文字更亮)
2. 登录: auth.py 从 .env 文件读取密码,解决后台进程环境变量丢失
3. 实例创建: 同步 instances.py 的 db import (之前缺 import db)
This commit is contained in:
Your Name
2026-07-16 18:35:03 +08:00
parent cea6c54e78
commit c8230f0d16
4 changed files with 22 additions and 6 deletions
+1
View File
@@ -0,0 +1 @@
SM_ADMIN_PASSWORD=test123