manual save(2026-01-05 11:17)
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user