初始化参数百科网站项目

- Next.js 14 + Tailwind CSS + Prisma
- 模型数据库页面 (列表+详情)
- GPU数据库页面 (列表+详情)
- CPU数据库页面
- 显存计算器工具
- 参数对比工具
- 知识库页面
- 初始数据: 15个模型, 10个GPU, 3个CPU
This commit is contained in:
2026-04-08 10:37:07 +08:00
commit 0561c6da6f
26 changed files with 3018 additions and 0 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
# Database
DATABASE_URL="postgresql://user:password@localhost:5432/paramhub"
# Optional: Next.js
NEXT_PUBLIC_SITE_URL="http://localhost:3000"