多管理员

This commit is contained in:
奶爸
2020-03-22 22:28:25 +08:00
parent 7e4784b3c2
commit 7143089dcb
3 changed files with 27 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ type Config struct {
CookieName string // 浏览器 Cookie 名称
}
GitHub struct {
Admin string // 管理员登录名
Admin []int64 // 管理员ID列表
ClientID string
ClientSecret string
}