From 3733461807e34311a3f38eea43a10d42aaaaf9b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=87=E8=B6=A3=E4=BF=9D=E7=BD=97?= Date: Fri, 25 Oct 2024 00:44:31 +0800 Subject: [PATCH] Update say form values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新语录表单 --- components/biz/say/index.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/components/biz/say/index.tsx b/components/biz/say/index.tsx index 79114f8..1a94220 100644 --- a/components/biz/say/index.tsx +++ b/components/biz/say/index.tsx @@ -9,7 +9,7 @@ interface FormValue { content: string; author: string; origin: string; - links: string; + link: string; is_comment: boolean; } @@ -55,8 +55,12 @@ function Say() {
- - + + +
+
+ +