feat: 植物识别

This commit is contained in:
Blizzard
2026-02-10 12:35:46 +08:00
parent e612234c91
commit 556ab6baff
24 changed files with 2745 additions and 11473 deletions
+6
View File
@@ -0,0 +1,6 @@
package config
type BaiduImgClassify struct {
ApiKey string `mapstructure:"api-key" json:"api-key" yaml:"api-key"`
SecretKey string `mapstructure:"secret-key" json:"secret-key" yaml:"secret-key"`
}