feat(users): support avatar, email and bgColor in fe

This commit is contained in:
hexxa 2022-03-20 17:47:15 +08:00 committed by Hexxa
parent 817ced61de
commit 95e5be092a
12 changed files with 36 additions and 3 deletions

View file

@ -457,6 +457,8 @@ func TestUsersHandlers(t *testing.T) {
},
CSSURL: "/cssurl",
LanPackURL: "/lanpack",
Avatar: "a1",
Email: "email1",
},
&db.Preferences{
Bg: &sitestore.BgConfig{
@ -468,6 +470,8 @@ func TestUsersHandlers(t *testing.T) {
},
CSSURL: "/cssurl2",
LanPackURL: "/lanpack2",
Avatar: "a2",
Email: "email2",
},
}
for _, prefer := range prefers {

Binary file not shown.