Update from Vibe Studio
This commit is contained in:
@@ -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"
|
||||
style={{
|
||||
fontSize: '24px',
|
||||
fontWeight: 'bold',
|
||||
color: '#1890ff'
|
||||
}}
|
||||
/>
|
||||
<div className="text-center">
|
||||
<Typography.Title
|
||||
level={2}
|
||||
style={{
|
||||
color: '#1890ff',
|
||||
margin: 0
|
||||
}}
|
||||
>
|
||||
错别字检测与修正
|
||||
</Typography.Title>
|
||||
</div>
|
||||
|
||||
{/* 参数输入区 */}
|
||||
<Card className="shadow-sm">
|
||||
|
||||
Reference in New Issue
Block a user