From 98da896a63b3de3f3b531c79a51425f8439be6d3 Mon Sep 17 00:00:00 2001 From: AnnaBeiyan <131662099+AnnaBeiyan@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:20:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=8D=A2=E8=81=94=E7=B3=BB=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E5=92=8C=E6=84=8F=E8=A7=81=E5=86=85=E5=AE=B9=E7=9A=84?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=20&=20=E8=B0=83=E6=95=B4=E6=84=8F=E8=A7=81?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E6=8F=90=E7=A4=BA=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/App.vue b/src/App.vue index f6739e4..dbe846e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -18,7 +18,7 @@ const props = withDefaults( sendingButtonText: '发送中...', sentSuccessButtonText: '发送成功,谢谢反馈', sentFailedButtonText: '发送失败,请稍后再试', - textContentPlaceholder: '输入内容', + textContentPlaceholder: '留下您的建议内容,以便我们进行改进', contactContentPlaceholder: '(可选)留下您的联系方式,方便我们直接与您联系', targetUrl: '', }, @@ -153,15 +153,6 @@ async function handleSubmit() { border="2 solid zinc-200 dark:zinc-800" @submit.prevent="() => {}" > - +