agent-Specialization/static/src
JOJO 5ce21eb280 修复手机端个人空间选项卡滑动问题
- 为选项卡容器添加 width: 100% 和 max-width: 100% 限制宽度
- 添加 -webkit-overflow-scrolling: touch 启用 iOS 平滑滚动
- 添加 touch-action: pan-x 明确允许横向触摸滚动
- 添加 scroll-behavior: smooth 实现平滑滚动效果
- 添加 overscroll-behavior-x: contain 防止滚动溢出

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-08 04:52:30 +08:00
..
admin feat: add api admin ui and container status fix 2026-01-25 10:49:52 +08:00
app perf: increase conversation search batch size 2026-03-08 03:32:43 +08:00
components 修复手机端个人空间选项卡滑动问题 2026-03-08 04:52:30 +08:00
composables feat: 实现 REST API + 轮询模式,支持页面刷新后任务继续执行 2026-03-08 03:12:46 +08:00
stores feat: 实现 REST API + 轮询模式,支持页面刷新后任务继续执行 2026-03-08 03:12:46 +08:00
styles 修复手机端个人空间选项卡滑动问题 2026-03-08 04:52:30 +08:00
utils feat: add include_domains search filter and UI display 2026-03-07 17:50:35 +08:00
app.ts feat: 实现 REST API + 轮询模式,支持页面刷新后任务继续执行 2026-03-08 03:12:46 +08:00
App.vue 修复手机端个人空间选项卡滑动问题 2026-03-08 04:52:30 +08:00
env.d.ts feat: add custom tools guide and id validation 2026-01-05 21:46:55 +08:00
main.ts chore: snapshot before stacked blocks demo 2026-01-01 01:09:24 +08:00