manual save(2026-01-05 11:17)

This commit is contained in:
SiteAgent Bot
2026-01-05 11:18:07 +08:00
parent 72e6ab4720
commit 924a87c39e
12 changed files with 115 additions and 30 deletions

View File

@@ -16,6 +16,7 @@ import {
import { Header } from '../components/Header';
import { Footer } from '../components/Footer';
import { COMPANY_INFO, CONTACT_INFO } from '../lib/constants';
import { usePageTitle } from '../hooks/usePageTitle';
/**
* Contact 组件 - 联系我们页面
@@ -76,6 +77,7 @@ interface FormErrors {
* Contact 组件
*/
export const Contact: React.FC = () => {
usePageTitle('联系我们');
const [formData, setFormData] = useState<ContactFormData>({
name: '',
email: '',