feat:初版
This commit is contained in:
14
apps/web/app/page.tsx
Normal file
14
apps/web/app/page.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import TranslatorForm from '@/components/TranslatorForm'
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main className="min-h-screen bg-gray-50">
|
||||
<div className="container mx-auto px-4 py-8">
|
||||
<h1 className="text-3xl font-bold text-center mb-8">
|
||||
AI 翻译
|
||||
</h1>
|
||||
<TranslatorForm />
|
||||
</div>
|
||||
</main>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user