fix: remove data center notice
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
||||
SyncOutlined,
|
||||
TableOutlined,
|
||||
} from "@ant-design/icons";
|
||||
import { Alert, Card, Col, Row, Space, Tag, Typography } from "antd";
|
||||
import { Card, Col, Row, Space, Tag, Typography } from "antd";
|
||||
import { displayProjectName, getProjectContext } from "../../api";
|
||||
|
||||
const { Paragraph, Text, Title } = Typography;
|
||||
@@ -84,13 +84,6 @@ export default function DataCenterPanel() {
|
||||
<Tag color="blue">项目 · {displayProjectName(context.projectId)}</Tag>
|
||||
</div>
|
||||
|
||||
<Alert
|
||||
type="info"
|
||||
showIcon
|
||||
message="这里只管理处理完成的正式数据"
|
||||
description="采集、清洗、去重、融合和审核在数据进入本平台前完成;通过校验的数据写入 PostgreSQL,再同步到 FalkorDB 用于图谱展示。"
|
||||
/>
|
||||
|
||||
<Row gutter={[16, 16]} className="data-center-capabilities">
|
||||
{capabilityCards.map((item) => (
|
||||
<Col xs={24} sm={12} xl={6} key={item.title}>
|
||||
|
||||
Reference in New Issue
Block a user