Skip to content

Commit

Permalink
更新题库文件下载地址
Browse files Browse the repository at this point in the history
  • Loading branch information
xlh001 committed Aug 13, 2023
1 parent e04b0f3 commit 621bdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 621bdf0

Please sign in to comment.