更新题库文件下载地址

This commit is contained in:
xlh001 2023-08-14 01:32:26 +08:00
parent e04b0f3b45
commit 621bdf09c7
1 changed files with 1 additions and 1 deletions

View File

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