@@ -18,7 +18,7 @@ const props = withDefaults(
18
18
sendingButtonText: ' 发送中...' ,
19
19
sentSuccessButtonText: ' 发送成功,谢谢反馈' ,
20
20
sentFailedButtonText: ' 发送失败,请稍后再试' ,
21
- textContentPlaceholder: ' 输入内容 ' ,
21
+ textContentPlaceholder: ' 留下您的建议内容,以便我们进行改进 ' ,
22
22
contactContentPlaceholder: ' (可选)留下您的联系方式,方便我们直接与您联系' ,
23
23
targetUrl: ' ' ,
24
24
},
@@ -153,15 +153,6 @@ async function handleSubmit() {
153
153
border =" 2 solid zinc-200 dark:zinc-800"
154
154
@submit.prevent =" () => {}"
155
155
>
156
- <label >
157
- <input
158
- v-model =" contactContent"
159
- class =" min-h-0 w-full resize-none rounded-t-md border-none p-2 text-inherit outline-none"
160
- bg =" zinc-100 dark:zinc-900"
161
- text =" sm"
162
- :placeholder =" contactContentPlaceholder"
163
- >
164
- </label >
165
156
<label class =" inline-grid items-stretch sb-auto-height" >
166
157
<textarea
167
158
v-model =" textContent"
@@ -171,6 +162,15 @@ async function handleSubmit() {
171
162
:placeholder =" textContentPlaceholder"
172
163
/>
173
164
</label >
165
+ <label >
166
+ <input
167
+ v-model =" contactContent"
168
+ class =" min-h-0 w-full resize-none border-none p-2 text-inherit outline-none"
169
+ bg =" zinc-100 dark:zinc-900"
170
+ text =" sm"
171
+ :placeholder =" contactContentPlaceholder"
172
+ >
173
+ </label >
174
174
<div class =" m-2" >
175
175
<details v-if =" imageUrls.length !== 0" >
176
176
<summary class =" cursor-pointer appearance-none m-0!" >
0 commit comments