更新很多文件

This commit is contained in:
deepzz0
2016-12-23 22:59:26 +08:00
parent 53f7623b22
commit 39509efe92
14 changed files with 161 additions and 23 deletions

View File

@@ -35,6 +35,7 @@ type Config struct {
PublicKey string
PostsCount string
PostsList string
PostCreate string
Interval int
}
HotWords []string // 热搜词
@@ -49,8 +50,13 @@ type Config struct {
AccessKey string
SecretKey string
}
Mode RunMode // 运行模式
Twitter string // twitter地址
Mode RunMode // 运行模式
Twitter struct { // twitter信息
Card string
Site string
Image string
Address string
}
FeedrURL string // superfeedr url
PingRPCs []string // ping rpc 地址
Account struct {