Commit Graph

2 Commits

Author SHA1 Message Date
dindang
1754e99919 feat(ui): 优化地板选项界面并支持多颜色勾缝线和踢脚线
- 将踢脚线和勾缝线选项由复选框改为下拉选择,支持多种颜色选择
- 更新BuildCombinedFloorPrompt函数,支持传入颜色参数并显示对应中文名称
- 修改前端元素ID及相关逻辑,保持命名一致性和代码规范
- 新增material_source请求参数,支持图片来源选择
- 调整日志中跳过轮询请求,减少无用日志输出
- 修复部分函数命名和调用错误,提升代码健壮性
2026-07-27 17:06:06 +08:00
dindang
94895cbc22 Initial commit: FloorVisualizer backend
- Go API server with PostgreSQL + Redis
- AI floor replacement (OpenRouter Gemini)
- Product database (10 brands, 3539 products)
- Recommendation engine, calculator, articles
- Redis async queue + worker pool
- Hot product caching, brand view tracking
- JWT auth, favorites, projects
- Docker deployment ready

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-16 09:47:11 +08:00