|
@@ -350,6 +350,8 @@ 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, "\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, "\thttp", "\nhttp") |
|
|
|
|
|
tcPrase.Count = strings.ReplaceAll(tcPrase.Count, "/ /", "/") |
|
|
|
|
|
|
|
|
fmt.Println("============30", time.Since(now)) |
|
|
fmt.Println("============30", time.Since(now)) |
|
|
|
|
|
|
|
|
} else if matched != nil && len(matched) > 0 { |
|
|
} else if matched != nil && len(matched) > 0 { |
|
|