添加加群链接
This commit is contained in:
parent
918db70cad
commit
5d248d7195
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
加群链接: https://t.me/+lRuLAnwT3N9mNDFl
|
||||
加群链接: https://t.me/+w07gJlNH8ewzYzg1
|
||||
|
||||
> 加群之前请完整阅读文档,提出问题之前请先在github的issue查找,并仔细阅读文档后再提出,同时建议附上config.yml的配置信息和运行日志。
|
|
@ -107,7 +107,7 @@ func DownloadDbFile() {
|
|||
}
|
||||
}()
|
||||
log.Infoln("正在从github下载题库文件!")
|
||||
response, err := http.Get("https://github.com/johlanse/study_xxqg/releases/download/v1.0.36/QuestionBank.db")
|
||||
response, err := http.Get("https://github.com/johlanse/study_xxqg/releases/download/v1.0.37-beta3/QuestionBank.db")
|
||||
if err != nil {
|
||||
log.Errorln("下载db文件错误" + err.Error())
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue