1. 将原有的网格布局改为表格布局,适配更多联系人内容展示 2. 增大大屏场景下的侧边栏最大宽度到5xl 3. 优化表头和内容的排版样式,提升可读性 |
||
|---|---|---|
| .. | ||
| .cert | ||
| nginx | ||
| node_modules | ||
| public | ||
| src | ||
| .dockerignore | ||
| Dockerfile | ||
| README.md | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| tsconfig.tsbuildinfo | ||
| vite.config.ts | ||
README.md
Frontend
当前前端基于 Vite + React。
本地运行
npm install
npm run dev
环境变量
如需使用 Gemini API,请在 frontend/ 目录下配置 .env.local:
GEMINI_API_KEY=your_key_here
VITE_TENCENT_MAP_KEY=your_tencent_map_key