feat(database): add gearTxt field to parsed results and update related functions

This commit is contained in:
kever
2026-02-17 22:42:59 +08:00
parent 5dba3d9930
commit 8c4c4e77d7
13 changed files with 658 additions and 226 deletions

View File

@@ -32,8 +32,9 @@ type CaptureStatus struct {
// ParsedResult 解析结果
type ParsedResult struct {
Items []interface{} `json:"items"`
Heroes []interface{} `json:"heroes"`
Items []interface{} `json:"items"`
Heroes []interface{} `json:"heroes"`
GearTxt string `json:"geartxt"`
}
// ParsedSession 解析数据会话信息