feat: add initialization of nil fields in summary data to prevent template execution errors

This commit is contained in:
lilong.129
2025-06-19 14:46:56 +08:00
parent 54b17de98f
commit 9e589dec16
4 changed files with 42 additions and 5 deletions

View File

@@ -49,10 +49,9 @@ type UIXTConfig struct {
WDAPort int
WDAMjpegPort int
OSType string // platform
Serial string
PackageName string
LLMService option.LLMServiceType // LLM 服务类型
OSType string // platform
Serial string
LLMService option.LLMServiceType // LLM 服务类型
}
const (