mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-12 16:01:27 +08:00
feat: add initialization of nil fields in summary data to prevent template execution errors
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user