feat(config): add site_enable_bg property to configuration for background image control

This commit is contained in:
keven1024
2026-05-23 22:28:25 +08:00
parent c89d1b554f
commit 2f3acc76cd
2 changed files with 10 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"net/url"
"pkg/i18n"
pkgmail "pkg/mail"
pkgmail "pkg/mail" //nolint:typecheck
"pkg/models"
u "pkg/utils"
"strings"