FindMap 各种简称map查询
| 194 | |
| 195 | // FindMap 各种简称map查询 |
| 196 | type FindMap struct { |
| 197 | Characters map[string][]string `json:"characters"` |
| 198 | LightCones map[string][]string `json:"light_cones"` |
| 199 | } |
| 200 | |
| 201 | // 词条信息 |
| 202 |
nothing calls this directly
no outgoing calls
no test coverage detected