Change first comment info.

pull/248/head
ruibaby 2019-07-13 16:49:43 +08:00
parent 11d798ffa3
commit 18e9906f4a
1 changed files with 2 additions and 2 deletions

View File

@ -144,9 +144,9 @@ public class InstallController {
PostCommentParam commentParam = new PostCommentParam();
commentParam.setAuthor("Halo Bot");
commentParam.setAuthorUrl("https://github.com/halo-dev/halo");
commentParam.setAuthorUrl("https://halo.run");
commentParam.setContent("欢迎使用 Halo这是你的第一条评论。");
commentParam.setEmail("i@ryanc.cc");
commentParam.setEmail("halo@halo.run");
commentParam.setPostId(post.getId());
return postCommentService.create(commentParam.convertTo());
}