feat(web): 三页统一加顶部说明,去掉「X期」字样

- 大小屏融合: 去掉「四期·」前缀
- 角色工作台: 增加三方协作全流程说明
- 全流程演示: 增加一键闭环演示说明
- 文案均不含阶段标号,面向业务演示
This commit is contained in:
selfrelease
2026-06-14 19:54:17 +08:00
parent 1b516583b9
commit 719ed5b65c
3 changed files with 10 additions and 2 deletions
+5
View File
@@ -157,6 +157,10 @@ export default function FlowDemo() {
}
return (
<>
<Paragraph type="secondary" style={{ marginBottom: 16 }}>
全流程演示一键跑通一条内容送审审核发码入库发布注入全闭环直观展示"审过即锁定,锁定即通行"并可按集验真与模拟篡改拦截
</Paragraph>
<Row gutter={16}>
<Col span={9}>
<Card title="演示参数" size="small" style={{ marginBottom: 16 }}>
@@ -272,5 +276,6 @@ export default function FlowDemo() {
</Card>
</Col>
</Row>
</>
)
}
+3
View File
@@ -432,6 +432,9 @@ export default function RoleDesk() {
const [tick, bump] = useTick()
return (
<div>
<Typography.Paragraph type="secondary" style={{ marginBottom: 16 }}>
角色工作台内容提供商审核监管运营商三方在同一台上协作完成送审审核发码入库发布注入全流程监管片库可查全链路三方映射按集下架/恢复与权益治理
</Typography.Paragraph>
<div style={{ marginBottom: 16 }}><Overview tick={tick} /></div>
<Tabs
type="card"
+1 -1
View File
@@ -212,7 +212,7 @@ export default function ScreenFusion() {
return (
<div>
<Paragraph type="secondary" style={{ marginBottom: 16 }}>
四期·大小屏融合同一 MA 码贯通 IPTV / OTT / 手机 APP统一解析扫码验真一次购买全屏通看
大小屏融合同一 MA 码贯通 IPTV / OTT / 手机 APP统一解析扫码验真一次购买全屏通看
</Paragraph>
<Space direction="vertical" style={{ width: '100%' }} size={16}>
<ResolvePanel />