完成评论服务端化

This commit is contained in:
deepzz0
2016-10-23 00:22:04 +08:00
parent de79f8bd51
commit 3ce2b21588
7 changed files with 174 additions and 59 deletions

View File

@@ -36,14 +36,16 @@ type Config struct {
SearchURL string // elasticsearch 地址
Superfeedr string // superfeedr
Disqus struct { // 获取文章数量相关
ShortName string
PublicKey string
URL string
Interval int
ShortName string
PublicKey string
PostsCount string
PostsList string
Interval int
}
Mode RunMode // 运行模式
Twitter string // twitter地址
Blogger struct { // 初始化数据
HotWords []string // 热搜词
Mode RunMode // 运行模式
Twitter string // twitter地址
Blogger struct { // 初始化数据
BlogName string
SubTitle string
BeiAn string