mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 15:28:41 +00:00
fix(web/user/edit): username_color default_value
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
983a0077dd
commit
75edc82b28
@ -261,7 +261,7 @@ EOD);
|
|||||||
'#0d6efd' => '蓝色 - #0d6efd',
|
'#0d6efd' => '蓝色 - #0d6efd',
|
||||||
'#2da44e' => '绿色 - #2da44e',
|
'#2da44e' => '绿色 - #2da44e',
|
||||||
'#f48fb1' => '粉色 - #f48fb1',
|
'#f48fb1' => '粉色 - #f48fb1',
|
||||||
], '用户名颜色', '#0d6efd');
|
], '用户名颜色', $extra['username_color']);
|
||||||
}
|
}
|
||||||
$update_profile_form->handle = function (&$vdata) use ($user) {
|
$update_profile_form->handle = function (&$vdata) use ($user) {
|
||||||
$data = [
|
$data = [
|
||||||
|
Loading…
Reference in New Issue
Block a user