🎨新增用户头像更换、客户端邮件通知

This commit is contained in:
coward
2024-06-13 11:28:02 +08:00
parent d1bb49c208
commit 67f394f136
12 changed files with 226 additions and 143 deletions

View File

@@ -7,6 +7,6 @@ type config struct {
Database *database `yaml:"database"`
Redis *redis `yaml:"redis"`
File *file `yaml:"file"`
Mail *mail `yaml:"mail"`
Mail *mail `yaml:"email"`
Wireguard *wireguard `yaml:"wireguard"`
}