Skip to content

Commit

Permalink
feat: add submit description
Browse files Browse the repository at this point in the history
  • Loading branch information
AsyncFox committed Dec 4, 2023
1 parent 9213728 commit 29088eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/SubmitDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ const onSubmit = handleSubmit(async (values) => {
<UiDialogTitle class="text-xl font-bold text-start">
歌曲投稿
</UiDialogTitle>
<UiDialogDescription>
投稿之前请在首页搜索查看是否有其他人投了这首歌哦!
</UiDialogDescription>
</UiDialogHeader>
<UiScrollArea class="max-h-[calc(100svh-10rem)]">
<form class="grid grid-cols-1 gap-4" @submit="onSubmit">
Expand Down

0 comments on commit 29088eb

Please sign in to comment.