修正 AI 產出結果

This commit is contained in:
2025-09-23 18:15:25 +08:00
parent 1d6b1b61b7
commit b6e4f30712
9 changed files with 177 additions and 84 deletions

View File

@@ -226,7 +226,7 @@ export default function UploadPage() {
</CardHeader>
<CardContent className="space-y-4">
<div>
<Label htmlFor="project-title"> *</Label>
<Label htmlFor="project-title" className="mb-2 block"> *</Label>
<Input
id="project-title"
value={projectTitle}
@@ -235,7 +235,7 @@ export default function UploadPage() {
/>
</div>
<div>
<Label htmlFor="project-description"></Label>
<Label htmlFor="project-description" className="mb-2 block"></Label>
<Textarea
id="project-description"
value={projectDescription}