991 B
991 B
Render Flow
Use this flow after zhihu-hotlist has already produced ordered hotlist rows.
- Keep the upstream artifact as the source of truth:
{
"source": "https://www.zhihu.com/hot",
"sheet_name": "知乎热榜",
"columns": ["rank", "title", "heat"],
"rows": [[1, "标题", "344万"]]
}
- Call
screen_html_exportwith at least:
{
"snapshot_id": "zhihu-hotlist-20260329",
"generated_at_ms": 1774713600000,
"rows": [[1, "标题", "344万"]]
}
- Expect the tool result to include:
{
"output_path": "/abs/path/zhihu-hotlist-screen.html",
"presentation": {
"mode": "new_tab",
"title": "知乎热榜主题分类分析大屏",
"url": "file:///abs/path/zhihu-hotlist-screen.html",
"open_in_new_tab": true
}
}
- Final delivery rules:
- The local
.htmlpath is the generated artifact. presentation.urlis the browser-open target.- Final wording should say the dashboard is ready for 新标签页展示.