fix(platform): remove fake healthy topbar

This commit is contained in:
lingniu
2026-07-03 22:52:52 +08:00
parent 3b29851c1e
commit 94ea30223b

View File

@@ -1,4 +1,4 @@
import { Badge, Button, Input, Nav, Space, Tag, Toast, Typography } from '@douyinfe/semi-ui';
import { Button, Input, Nav, Space, Tag, Toast } from '@douyinfe/semi-ui';
import {
IconActivity,
IconBarChartHStroked,
@@ -76,9 +76,7 @@ export function AppShell({
</Space>
<Space spacing={12}>
<Tag color="blue"></Tag>
<Badge count={0} type="success">
<Typography.Text></Typography.Text>
</Badge>
<Button size="small" onClick={() => onChange('quality')}></Button>
</Space>
</header>
{children}