fix: simplify footer and AI agent typography
This commit is contained in:
@@ -3,10 +3,8 @@ import { Avatar, Button, Card, Form, Input, Layout, Modal, Radio, Space, Typogra
|
||||
import {
|
||||
IconApps,
|
||||
IconCalendar,
|
||||
IconCheckCircleFill,
|
||||
IconRobot,
|
||||
IconStorage,
|
||||
IconThunderbolt,
|
||||
IconUser,
|
||||
} from '@arco-design/web-react/icon'
|
||||
|
||||
@@ -40,10 +38,8 @@ export function ProjectStatusbar() {
|
||||
</button>
|
||||
|
||||
<Space className="status-system" size={18}>
|
||||
<span><IconCheckCircleFill /> 同步完成</span>
|
||||
<span><IconInteractionFallback /> 3 个计划进行中</span>
|
||||
<span><IconRobot /> AI 空闲</span>
|
||||
<span><IconThunderbolt /> 草稿已保存</span>
|
||||
<span><IconStorage /> 152GB 可用</span>
|
||||
<span>状态 <b>正常</b></span>
|
||||
<IconApps />
|
||||
|
||||
Reference in New Issue
Block a user