From 75edc82b28bf5f2f186dbcf95dcf507b4ff9b65a Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sat, 14 Jan 2023 17:53:34 +0800 Subject: [PATCH] fix(web/user/edit): username_color default_value --- web/app/controllers/user_info_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/controllers/user_info_edit.php b/web/app/controllers/user_info_edit.php index 2a9dfaf..e714e20 100644 --- a/web/app/controllers/user_info_edit.php +++ b/web/app/controllers/user_info_edit.php @@ -261,7 +261,7 @@ EOD); '#0d6efd' => '蓝色 - #0d6efd', '#2da44e' => '绿色 - #2da44e', '#f48fb1' => '粉色 - #f48fb1', - ], '用户名颜色', '#0d6efd'); + ], '用户名颜色', $extra['username_color']); } $update_profile_form->handle = function (&$vdata) use ($user) { $data = [