| 397 | CharacterMaterial string `json:"character_material"` |
| 398 | } |
| 399 | type introdData struct { |
| 400 | ID string `json:"id"` |
| 401 | Name string `json:"name"` |
| 402 | Tag string `json:"tag"` |
| 403 | MaxLevel int `json:"max_level"` |
| 404 | Effect string `json:"effect"` |
| 405 | ElementType string `json:"element_type"` |
| 406 | Icon string `json:"icon"` |
| 407 | } |
| 408 | |
| 409 | // 词条英文对应中文 |
| 410 | var typeMap = map[string]string{ |
nothing calls this directly
no outgoing calls
no test coverage detected