CoolFace
Apppublic

LQY1234/agent-react

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
50 commits on main
fad496a8mo ago

fix: 修复向导搜索超时处理和重试功能

李奇昱, Cursor
0b39dc58mo ago

chore: force docker rebuild

李奇昱, Cursor
e337b088mo ago

chore: trigger rebuild

李奇昱, Cursor
5ac85968mo ago

feat: 机票增加预订链接、价格/准点率排序 + 修复PDF下载

李奇昱, Cursor
532716c8mo ago

feat: 完整规划改为分步向导模式 + PDF报告下载

李奇昱, Cursor
250f9a98mo ago

feat: 景点和美食使用与酒店相同的列表排版,根据搜索类型动态切换

李奇昱, Cursor
112c0e68mo ago

feat: 添加完整功能入口 - 酒店/景点/美食/完整规划四种搜索模式

李奇昱, Cursor
6fae0ce8mo ago

fix: 修复价格参数验证 - 确保只传正整数给API

李奇昱, Cursor
07be2dd8mo ago

debug: 增加酒店搜索调试信息

李奇昱, Cursor
5bc0d4c8mo ago

fix: 增强酒店搜索容错性 - 支持无日期时使用默认日期

李奇昱, Cursor
e21a02a8mo ago

fix: 使用英文搜索词提高Google Hotels API准确性

李奇昱, Cursor
e2e3d098mo ago

fix: 修复酒店搜索国家定位问题,添加城市-国家映射

李奇昱, Cursor
f360df78mo ago

fix: 修复景点搜索API,优化备用方案

李奇昱, Cursor
fc3ad868mo ago

feat: 添加景点门票、美食餐厅搜索和完整旅行报告生成功能

李奇昱, Cursor
6d65b498mo ago

feat: 完善移动端适配 - 响应式布局、视图切换、触摸优化

李奇昱, Cursor
5c0e3aa8mo ago

feat: 添加搜索历史功能 - 保存、加载、删除历史记录

李奇昱, Cursor
70b267b8mo ago

fix: 延迟初始化收藏图标,添加错误处理

李奇昱, Cursor
f7ef0ca8mo ago

feat: 添加排序、图片轮播、收藏功能

李奇昱, Cursor
36011d08mo ago

feat: 添加住宿类型选择(酒店/民宿/全部)

李奇昱, Cursor
ad4e7998mo ago

feat: 点击附近地点直接在地图上显示,使用 Nominatim API

李奇昱, Cursor
b3c53348mo ago

fix: 修复附近地点显示,添加点击跳转Google Maps,图片占位符

李奇昱, Cursor
92367da8mo ago

feat: 酒店详情显示住客评价和附近地点

李奇昱, Cursor
c86b10d8mo ago

feat: 添加酒店价格筛选支持 - 传递 min_price/max_price 到 SerpAPI

李奇昱, Cursor
0cd6e498mo ago

fix: 正确提取 hotels 数组从返回的对象中

李奇昱, Cursor
3a79acb8mo ago

fix: 使用 gevent worker 支持流式响应

李奇昱, Cursor
9e2cea48mo ago

perf: 切换到 Groq API(超快响应)

李奇昱, Cursor
896aa928mo ago

fix: 修复错误处理和事件格式,添加详细日志

李奇昱, Cursor
6068f0b8mo ago

perf: 使用 Qwen2.5-7B-Instruct 作为默认模型(更快)

李奇昱, Cursor
654f7348mo ago

perf: 换成 Qwen2.5-7B-Instruct 模型(更快)

李奇昱, Cursor
8ed8fa48mo ago

fix: 修复后端事件数据格式 - hotels_data解析为列表,统一使用data字段

李奇昱, Cursor
3ea38be8mo ago

fix: 修复API路径错误 /stream -> /api/query

李奇昱, Cursor
ba563fd8mo ago

feat: 用户可选酒店数量(10/15/20/30),移除星级筛选,星级显示在结果中

李奇昱, Cursor
57991aa8mo ago

feat: 重新设计UI - 添加区县选择、搜索页/结果页分离

李奇昱, Cursor
8f627838mo ago

feat: 补充星级和价格筛选条件

李奇昱, Cursor
48db0968mo ago

feat: 添加酒店预订/联系功能 - Google预订链接、官网、电话

李奇昱, Cursor
50834508mo ago

fix: 修复日本城市乱码问题

李奇昱, Cursor
0166f4c8mo ago

feat: 扩展城市数据 - 40+国家,500+城市,涵盖全球主要旅游目的地

李奇昱, Cursor
9291cca8mo ago

fix: 修复AI助手按钮不显示问题,提高z-index

李奇昱, Cursor
438f3258mo ago

fix: 修复详情面板无法显示问题,改用fixed定位

李奇昱, Cursor
d2193ab8mo ago

fix: 详情改为左侧面板,不遮挡地图视野

李奇昱, Cursor
5d642dc8mo ago

fix: 修复popup被地图容器裁剪问题,添加autoPan

李奇昱, Cursor
7c7bee88mo ago

fix: 修复地图popup被遮挡问题,提高z-index

李奇昱, Cursor
6d0b95c8mo ago

fix: 点击酒店只高亮和定位,不自动弹窗阻挡视野

李奇昱, Cursor
c69cdcf8mo ago

refactor: 全新简化UI - 移除复杂动画和引导页,保持简洁美观

李奇昱, Cursor
a43a1168mo ago

feat: 添加详细的加载状态提示 - 显示当前处理步骤

李奇昱, Cursor
0c6c5388mo ago

perf: 优化地图标记和列表卡片 - 延迟加载popup、简化DOM、事件委托

李奇昱, Cursor
4d2c2a38mo ago

perf: 优化前端性能 - 简化动画、减少 CSS 复杂度

李奇昱, Cursor
07850e58mo ago

feat: 改为换页式气泡引导 - 浮动气泡选项、可返回上一步、无重复显示

李奇昱, Cursor
ef68f018mo ago

feat: 添加气泡式引导搜索 - 一步步引导用户选择目的地、日期、星级

李奇昱, Cursor
3262eb08mo ago

feat: 优化地图交互 - 自由拖动/缩放,点击显示精美小窗口卡片

李奇昱, Cursor