From 8e17ef5e153b796b3c137359104700bbb068b4d7 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Mon, 27 Apr 2026 18:20:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=99=BB=E5=BD=95=E6=97=B6=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E5=AE=8C=E6=95=B4=E7=94=A8=E6=88=B7=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/app.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/app.js b/www/app.js index e89961f..c11633d 100644 --- a/www/app.js +++ b/www/app.js @@ -2502,6 +2502,9 @@ function handleLogin() { email: data.user.email || '', avatar: data.user.avatar || '👤', signature: data.user.signature || '', + gender: data.user.gender || '', + age: data.user.age || '', + region: data.user.region || '', registeredAt: Date.now() }; saveCurrentUser();