Commit Graph

16 Commits

Author SHA1 Message Date
4a378ef75d feat(nginx): 添加文件服务接口的API路由配置
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
为/api/file/路径添加代理配置,使其能够正确转发请求到本地文件服务。保持与其他接口一致的请求头设置,确保请求信息完整传递。
2026-02-27 11:04:39 +08:00
686d1e7184 refactor(nginx): 重构nginx配置并添加详细注释
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
- 重新组织location块并添加清晰的分区注释
- 新增多个API接口的代理配置
- 修正client_max_body_size的注释说明
- 保持原有功能不变的情况下提高配置可读性
2026-02-27 10:26:41 +08:00
97e4a135e1 refactor(api): 统一将/story/路径修改为/api/story/
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
修改服务端API路径前缀以保持一致性,涉及前端请求、nginx配置和代理设置
2026-02-26 12:32:32 +08:00
cd752d97d8 feat: 支持视频上传、预览及移动端适配
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
1. 功能增强:
- 支持视频文件的上传、存储及缩略图自动生成
- 新增视频播放组件,支持在画廊和时间线中预览视频
- 引入 STOMP 协议支持 WebSocket 实时通知功能
- 增加分享页面(SSR 友好),支持通过 shareId 访问公开内容

2. 移动端优化:
- 新增 BottomNav 底部导航组件,优化移动端交互体验
- 引入 useIsMobile 钩子,实现响应式布局切换
- 优化时间线卡片在小屏幕下的显示效果

3. 架构与组件:
- 新增 ClientOnly 组件解决 SSR 激活不一致问题
- 新增 ResponsiveGrid 响应式网格布局组件
- 完善 Nginx 配置,增加 MinIO 对象存储代理
- 优化图片懒加载组件 TimelineImage,支持低分辨率占位图
2026-02-12 16:55:05 +08:00
5f433ab231 nginx.conf file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-31 10:33:14 +08:00
e1011428a2 nginx.conf file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-31 10:13:48 +08:00
948ba096bb nginx.conf file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-31 10:09:07 +08:00
20afec79b6 nginx.conf file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-31 10:04:50 +08:00
1ecd347a6b nginx.conf file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-31 10:00:06 +08:00
5e259ec42b nginx.conf file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-31 09:45:25 +08:00
f6f0b05ac8 Jenkins file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-31 09:32:01 +08:00
242430b7b6 Jenkins file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-30 14:19:22 +08:00
c1fefe0064 Jenkins file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-30 14:13:00 +08:00
d43b260627 Jenkins file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good
2025-12-30 14:05:26 +08:00
869724d69b nginx.conf edit
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-30 11:19:28 +08:00
jiangh277
5889bf4333 jenkins support
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
2025-12-26 21:02:15 +08:00