Commit ddcbbc20 authored by Liang Ding's avatar Liang Ding

🎨 统计元数据

parent 9fbebd18
......@@ -272,7 +272,6 @@ public class ExportService {
stat.put("articleCount", statistic.getLong(Option.ID_T_STATISTIC_PUBLISHED_ARTICLE_COUNT));
stat.put("commentCount", statistic.getLong(Option.ID_T_STATISTIC_PUBLISHED_BLOG_COMMENT_COUNT));
stat.put("tagCount", tagQueryService.getTagCount());
stat.put("favicon", preference.optString(Option.ID_C_FAVICON_URL));
final HttpResponse response = HttpRequest.post("https://hacpai.com/github/repos").
connectionTimeout(7000).timeout(60000).trustAllCerts(true).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