Update from Vibe Studio

This commit is contained in:
Vibe Studio
2026-01-16 03:55:43 +00:00
parent 90cb1a8345
commit f33e9727f2
5 changed files with 401 additions and 1 deletions

View File

@@ -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'
}
]