Update from Vibe Studio
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Card, Row, Col, Typography, Space } from 'antd'
|
||||
import { Link } from 'react-router-dom'
|
||||
import { RobotOutlined, TranslationOutlined, FileTextOutlined } from '@ant-design/icons'
|
||||
import { RobotOutlined, TranslationOutlined, FileTextOutlined, EditOutlined } from '@ant-design/icons'
|
||||
|
||||
const { Title, Paragraph } = Typography
|
||||
|
||||
@@ -22,6 +22,12 @@ const cards = [
|
||||
description: 'AI 驱动的翻译工具',
|
||||
icon: <TranslationOutlined style={{ fontSize: 32, color: '#722ed1' }} />,
|
||||
link: '/zh-en-translator'
|
||||
},
|
||||
{
|
||||
title: '错别字检测',
|
||||
description: '智能检测和纠正中文文本中的错别字',
|
||||
icon: <EditOutlined style={{ fontSize: 32, color: '#fa8c16' }} />,
|
||||
link: '/spell-check'
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user