This commit is contained in:
yanweidong
2026-02-02 19:04:32 +08:00
parent b267b10697
commit 827ec7bf5a
13 changed files with 337 additions and 541 deletions

View File

@@ -11,8 +11,9 @@ var (
)
type SrvConfig struct {
conf.Base `yaml:",inline"`
Databases *conf.DBConf `yaml:"Databases"`
conf.Base `yaml:",inline"`
Databases *conf.DBConf `yaml:"Databases"`
DeepSeekApiKey string `yaml:"DeepSeekApiKey"`
}
func New(srvKey string) {