From c588c141ab8e96b965c503d4162f44387e999a9f Mon Sep 17 00:00:00 2001 From: Vibe Studio Date: Wed, 21 Jan 2026 09:48:23 +0000 Subject: [PATCH] Update from Vibe Studio --- src/pages/spellcheck/index.tsx | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/pages/spellcheck/index.tsx b/src/pages/spellcheck/index.tsx index de623c7..a3885da 100644 --- a/src/pages/spellcheck/index.tsx +++ b/src/pages/spellcheck/index.tsx @@ -1,5 +1,5 @@ import React, { useState } from 'react'; -import { PageHeader, Form, Input, Card, Button, message, Spin } from 'antd'; +import { Typography, Form, Input, Card, Button, message, Spin } from 'antd'; import { fetchSpellCheck } from '@/api/spellcheck'; const { TextArea } = Input; @@ -81,15 +81,17 @@ const SpellCheckPage: React.FC = () => {
{/* 页面标题区 */} - +
+ + 错别字检测与修正 + +
{/* 参数输入区 */}