Commit 049faeb1 authored by Liang Ding's avatar Liang Ding

🎨 #12676 样式调整

parent 4f824704
...@@ -229,7 +229,7 @@ public class ExportService { ...@@ -229,7 +229,7 @@ public class ExportService {
} }
} }
if (0 < mostCmtBuilder.length()) { if (0 < mostCmtBuilder.length()) {
bodyBuilder.append("热议\n").append(mostCmtBuilder).append("\n"); bodyBuilder.append("热议\n").append(mostCmtBuilder);
} }
final HttpResponse response = HttpRequest.post("http://localhost:8080/github/repos").connectionTimeout(7000).timeout(60000).header("User-Agent", Solos.USER_AGENT). final HttpResponse response = HttpRequest.post("http://localhost:8080/github/repos").connectionTimeout(7000).timeout(60000).header("User-Agent", Solos.USER_AGENT).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment