feat: 收视分析看板前端 L1-L4 实现 + 25期真实数据导入
收视分析页面完整实现:指标卡(含四档动画)、走势折线图(dataZoom滑块+确认按钮)、 季度/编导/题材对比(双列布局)、双引擎象限图(题材热度×叙事结构散点)。 导入25期真实收视数据及AI标签,修复侧边栏fixed定位和滚轮冲突。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -92,6 +92,10 @@ def get_analytics_episodes(
|
||||
"editor_name_snapshot": ep.editor_name_snapshot,
|
||||
"audience_share": ep.audience_share,
|
||||
"audience_rating": ep.audience_rating,
|
||||
"program_format": ep.program_format,
|
||||
"narrative_structure": ep.narrative_structure,
|
||||
"opening_hook": ep.opening_hook,
|
||||
"equipment_domain": ep.equipment_domain,
|
||||
}
|
||||
for ep in episodes
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user