Update from Vibe Studio

This commit is contained in:
Vibe Studio
2026-01-16 06:29:38 +00:00
parent 64e97daf22
commit 976704f9ec
5 changed files with 539 additions and 0 deletions

View File

@@ -28,6 +28,12 @@ const cards = [
description: '智能检测和纠正中文文本中的错别字',
icon: <EditOutlined style={{ fontSize: 32, color: '#fa8c16' }} />,
link: '/spell-check'
},
{
title: '错别字检测与修正系统',
description: '更智能的错别字检测与修正系统,支持分类和建议',
icon: <EditOutlined style={{ fontSize: 32, color: '#13c2c2' }} />,
link: '/spell-check-system'
}
]