Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LC044/TrailSnap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: LC044/TrailSnap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.2
Choose a head ref
  • 8 commits
  • 35 files changed
  • 1 contributor

Commits on Jan 31, 2026

  1. feat(website): 添加天地图瓦片缓存代理并修正景区边界数据

    - 在Dockerfile中创建nginx缓存目录并设置权限
    - 配置nginx代理缓存天地图瓦片资源,减少外部API调用
    - 修改前端地图加载逻辑,生产环境使用代理瓦片服务
    LC044 committed Jan 31, 2026
    Configuration menu
    Copy the full SHA
    932420b View commit details
    Browse the repository at this point in the history
  2. refactor(website): 将位置列表和地图视图拆分为独立组件

    将 LocationList.vue 中的复杂视图逻辑拆分为独立的可复用组件:
    - 创建 LocationListView.vue 处理网格视图展示
    - 创建 LocationMapView.vue 处理地图可视化
    - 简化主组件逻辑,提高代码可维护性
    - 修复任务工作器中的资源清理问题,删除 last_active_time 中的任务类型记录
    LC044 committed Jan 31, 2026
    Configuration menu
    Copy the full SHA
    45503ad View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2026

  1. Configuration menu
    Copy the full SHA
    74b1f88 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. chore: 更新项目版本至0.2.2并同步更新日志

    - 统一更新ai、server、website组件的版本号至0.2.2
    - 更新server端FastAPI应用版本信息
    - 在更新日志中记录0.2.2版本的优化内容
    LC044 committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    cddb401 View commit details
    Browse the repository at this point in the history
  2. style(website): 优化深色模式下多个UI组件的背景与文本颜色

    - 在位置列表、照片页、工单页的按钮组件中添加深色背景类
    - 调整未选中状态的文本颜色以提升深色模式下的可读性
    - 更新变更日志记录UI优化项
    LC044 committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    e0d8c8a View commit details
    Browse the repository at this point in the history
  3. feat(website): 新增仿真纸质车票生成与导出功能(构建前端)

    - 添加 TrainTicket 组件,支持蓝票/红票两种样式,集成拼音显示
    - 新增车票查看、导出模态框,支持 JSON/CSV/PNG 格式导出
    - 重构车票管理页面,拆分为多个组件(Header、FilterBar、StatsSidebar 等)
    - 添加 pinyin-pro 依赖用于车站名拼音转换
    - 优化暗色模式下的 UI 细节
    LC044 committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    061907f View commit details
    Browse the repository at this point in the history
  4. fix(ui): 修复模态框响应式布局与组件渲染时机问题

    - 将 TrainTicket 组件缩放更新逻辑包裹在 nextTick 中,确保在 DOM 渲染完成后执行
    - 将模态框的固定宽度改为响应式类,优化移动端显示
    - 统一导出选项的暗色背景样式,提升视觉一致性
    LC044 committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    aecd4f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. fix(ui): 为移动端添加车票卡片操作下拉菜单

    修复桌面端操作按钮在移动端显示异常的问题,在移动端使用下拉菜单替代原有按钮组。
    同时修正人脸查询中照片计数的逻辑,改为按photo_id去重统计。
    LC044 committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    c7ed8bb View commit details
    Browse the repository at this point in the history
Loading