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

@@ -32,6 +32,13 @@ cp .env.example .env.local
npm run dev
```
如果遇到 `/_next/static/* 404``vendor-chunks` 缺失Windows 上偶发的 Next 构建缓存污染),先清理再启动:
```bash
cd apps/web
npm run clean:next
npm run dev
```
### Docker 部署
```bash