一键脚本

This commit is contained in:
naiba
2020-11-29 22:17:40 +08:00
parent e31943144a
commit 7fdf323c05
13 changed files with 464 additions and 184 deletions

View File

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