Update from Vibe Studio

This commit is contained in:
Vibe Studio
2026-01-21 09:48:23 +00:00
parent db8604cb26
commit c588c141ab

View File

@@ -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 = () => {
<div className="flex flex-col items-center min-h-screen bg-white py-8 px-4">
<div className="w-full max-w-4xl space-y-6">
{/* 页面标题区 */}
<PageHeader
title="错别字检测与修正"
className="!px-0 text-center"
<div className="text-center">
<Typography.Title
level={2}
style={{
fontSize: '24px',
fontWeight: 'bold',
color: '#1890ff'
color: '#1890ff',
margin: 0
}}
/>
>
</Typography.Title>
</div>
{/* 参数输入区 */}
<Card className="shadow-sm">