feat(captcha): update static asset source option (#2589)

* feat(captcha): Add captcha_cap_asset_server configuration option to support static asset server settings (#2584)

* fix(captcha): Backend default: cdn → jsdelivr
This commit is contained in:
WittF
2025-06-29 10:14:26 +08:00
committed by GitHub
parent f38f32f9f5
commit 6106b57bc7
4 changed files with 5 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ type Cap struct {
InstanceURL string
SiteKey string
SecretKey string
AssetServer string
}
type SMTP struct {