|
|
@@ -348,7 +348,7 @@ func TurnChain(eg *xorm.Engine, officialEg, zhimengEg *xorm.Engine, args map[str |
|
|
|
|
|
|
|
} |
|
|
|
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "\n\nhttp", "\thttp") |
|
|
|
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "\nhttp", "http") |
|
|
|
//tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "\nhttp", "http") |
|
|
|
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "\thttp", "\nhttp") |
|
|
|
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "/ /", "/") |
|
|
|
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "/ / ", "/") |
|
|
|