更新题库文件下载地址
This commit is contained in:
parent
e04b0f3b45
commit
621bdf09c7
|
@ -151,7 +151,7 @@ func DownloadDbFile() {
|
|||
}
|
||||
}()
|
||||
log.Infoln("正在从github下载题库文件!")
|
||||
response, err := http.Get("https://github.com/sjkhsl/study_xxqg/releases/download/v1.0.37-beta3/QuestionBank.db")
|
||||
response, err := http.Get("https://github.com/sjkhsl/study_xxqg/releases/download/v1.0.39/QuestionBank.db")
|
||||
if err != nil {
|
||||
log.Errorln("下载db文件错误" + err.Error())
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue