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

@@ -9,7 +9,7 @@ dependencies = [
"pydantic>=2.5.0",
"pydantic-settings>=2.1.0",
"redis>=5.0.0",
"asyncpg>=0.29.0",
"aiomysql>=0.2.0",
"sqlalchemy[asyncio]>=2.0.0",
"httpx>=0.26.0",
"python-jose[cryptography]>=3.3.0",
@@ -28,6 +28,9 @@ dev = [
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["app"]
[tool.ruff]
line-length = 100
target-version = "py311"