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