feat(frontend):优化前端页面设计

This commit is contained in:
2026-05-29 16:44:17 +00:00
parent a83c5fa5bd
commit affe460180
80 changed files with 2670 additions and 2678 deletions
+4 -1
View File
@@ -3,4 +3,7 @@ POSTGRES_PASSWORD=postgrespassword
POSTGRES_HOST=127.0.0.1
POSTGRES_PORT=5432
POSTGRES_DB=kilostar
SECRET_KEY=114514
# 必须填写一个高熵随机字符串,建议生成命令:
# python -c "import secrets; print(secrets.token_urlsafe(32))"
# 留空或填 "secret" / "114514" / "changethiskey12345" 等弱值会被拒绝。
SECRET_KEY=