* 字幕服务器在判断字幕是否包含中文的时候,没有进行 UTF8 的转换,导致故障丢气大量正确字幕 */
| 10 | 字幕服务器在判断字幕是否包含中文的时候,没有进行 UTF8 的转换,导致故障丢气大量正确字幕 |
| 11 | */ |
| 12 | type HotFix004 struct { |
| 13 | log *logrus.Logger |
| 14 | } |
| 15 | |
| 16 | func NewHotFix004(log *logrus.Logger) *HotFix004 { |
| 17 | return &HotFix004{log: log} |
nothing calls this directly
no outgoing calls
no test coverage detected