astrion-website/demo/mock/conversations-normal.json
JOJO 64d0a377dc feat: 04版本控制动画 + 演示区5条真实对话mock + 文档同步沙箱重构
- 主页第4行特色动画(版本控制)及 01/02/03 动画迭代
- 演示区对话 mock 全部换为真实对话转换:日常使用(汽车对比新/整理周会速记)、
  StarRaid(弹幕调研/像素飞机设计)、开发实战(猫咪咖啡店多智能体)
- 子智能体 activity、消息截图媒体、文件卡片资源(docx/pdf/html)随站点发布
- sw.js: file/content 二进制 MIME、/api/conversations/media 路由、
  模型列表扩为 K3/V4-Flash/MiniMax-M3/GLM-5.2、CACHE v5
- content/ 同步 8-31 沙箱重构文档更新
2026-09-03 07:47:39 +08:00

63 lines
1.7 KiB
JSON

{
"success": true,
"data": {
"conversations": [
{
"id": "conv_20260823_122836_778",
"title": "弹幕游戏美术设计调研",
"project_path": "/Users/demo/starraid",
"project_relative_path": null,
"multi_agent_mode": false,
"thinking_mode": true,
"status": "active",
"total_messages": 29,
"total_tools": 13,
"created_at": "2026-08-23T12:28:36.778945",
"updated_at": "2026-08-23T13:32:51.486262"
},
{
"id": "conv_20260825_210916_394",
"title": "整理周会速记为 Word",
"project_path": "/Users/demo/daily",
"project_relative_path": null,
"multi_agent_mode": false,
"thinking_mode": true,
"status": "active",
"total_messages": 32,
"total_tools": 15,
"created_at": "2026-08-25T21:09:16.394889",
"updated_at": "2026-09-03T00:28:37.188421"
},
{
"id": "conv_20260825_222209_771",
"title": "像素太空飞机设计稿",
"project_path": "/Users/demo/starraid",
"project_relative_path": null,
"multi_agent_mode": false,
"thinking_mode": true,
"status": "active",
"total_messages": 4,
"total_tools": 1,
"created_at": "2026-08-25T22:22:09.771765",
"updated_at": "2026-08-25T22:38:44.394880"
},
{
"id": "conv_20260903_003950_896",
"title": "尚界Z7与小米SU7外观",
"project_path": "/Users/demo/daily",
"project_relative_path": null,
"multi_agent_mode": false,
"thinking_mode": true,
"status": "active",
"total_messages": 12,
"total_tools": 6,
"created_at": "2026-09-03T00:39:50.896435",
"updated_at": "2026-09-03T00:42:05.089376"
}
],
"has_more": false,
"limit": 20,
"offset": 0,
"total": 4
}
}