feat: new UI for email notify settings

This commit is contained in:
Fu Diwei
2024-11-10 18:21:43 +08:00
parent 5d93334426
commit 8b04e96a7d
15 changed files with 463 additions and 425 deletions

View File

@@ -24,7 +24,7 @@ func (s *Setting) GetChannelContent(channel string) (map[string]any, error) {
v, ok := (*conf)[channel]
if !ok {
return nil, fmt.Errorf("channel %s not found", channel)
return nil, fmt.Errorf("channel \"%s\" not found", channel)
}
return v, nil