添加加群链接

This commit is contained in:
johlanse 2022-10-18 20:43:35 +08:00
parent 918db70cad
commit 5d248d7195
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -1,3 +1,3 @@
加群链接: https://t.me/+lRuLAnwT3N9mNDFl
加群链接: https://t.me/+w07gJlNH8ewzYzg1
> 加群之前请完整阅读文档提出问题之前请先在github的issue查找并仔细阅读文档后再提出同时建议附上config.yml的配置信息和运行日志。

View File

@ -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