feat:重构UI

This commit is contained in:
2025-12-26 16:03:12 +08:00
parent 1429e0e66a
commit abcbe3cddc
67 changed files with 12170 additions and 515 deletions

View File

@@ -5,7 +5,7 @@ API_PORT=8000
DEBUG=true
# Database
DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/translator
DATABASE_URL=mysql+aiomysql://root:root@localhost:3306/translator
# Redis
REDIS_URL=redis://localhost:6379/0