feat: restructure plugin system, add Lua plugin support, update docs

This commit is contained in:
JianFeeeee
2026-07-13 21:48:13 +08:00
parent e49bdca9ff
commit 950090959f
44 changed files with 3098 additions and 1097 deletions

View File

@ -122,6 +122,7 @@ type ImageProcessingConfig struct {
FallbackModel string `json:"fallback_model" yaml:"fallback_model"`
DescribePrompt string `json:"describe_prompt" yaml:"describe_prompt"`
OCREnabled bool `json:"ocr_enabled" yaml:"ocr_enabled"`
OCRPrompt string `json:"ocr_prompt" yaml:"ocr_prompt"`
}
type AudioProcessingConfig struct {