From 6b5c69ee533bd9eb0e54375091be0d9af0036249 Mon Sep 17 00:00:00 2001 From: hzm <934585316@qq.com> Date: Sat, 7 Feb 2026 20:44:31 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E4=B8=B4=E6=97=B6=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E7=99=BB=E5=BD=95=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/page.jsx | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/app/page.jsx b/app/page.jsx index 0f7477c..906b72e 100644 --- a/app/page.jsx +++ b/app/page.jsx @@ -472,7 +472,7 @@ function Stat({ label, value, delta }) { ); } -function FeedbackModal({ onClose }) { +function FeedbackModal({ onClose, user }) { const [submitting, setSubmitting] = useState(false); const [succeeded, setSucceeded] = useState(false); const [error, setError] = useState(""); @@ -563,7 +563,7 @@ function FeedbackModal({ onClose }) { style={{ width: '100%' }} /> - +