feta:优化流畅度

This commit is contained in:
2025-12-29 15:52:50 +08:00
parent abcbe3cddc
commit 67025a4865
20 changed files with 337 additions and 175 deletions

View File

@@ -21,7 +21,7 @@ cd apps/api
pip install -e .
cp .env.example .env
# 编辑 .env 配置 LLM_API_KEY
uvicorn app.main:app --reload
uvicorn app.main:app --reload --port 8030
```
2. 前端
@@ -48,7 +48,7 @@ cp .env.example .env
docker-compose up -d
```
访问 http://localhost:3000
访问 http://localhost:3030
## 管理员后台
@@ -62,8 +62,8 @@ python scripts/init_db.py [用户名] [密码]
### 访问后台
- 登录页: http://localhost:3000/login
- 后台首页: http://localhost:3000/admin
- 登录页: http://localhost:3030/login
- 后台首页: http://localhost:3030/admin
### 后台功能