Skip to content

Commit

Permalink
fix some doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fireinrain committed Nov 18, 2023
1 parent e4297af commit bd3b329
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions patch/patch.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ import (

var haveDoneTxt = "have-download.txt"

// PatchHavenDownload2DB
// @Description: 将已经下载完成的数据标记为已下载,主要用于收集模式,有些资源你已经下载
// 可以用这个方式加入到库中
func PatchHavenDownload2DB() {
db, err := sql.Open("sqlite", "../asmr.db")
_ = db
Expand Down

0 comments on commit bd3b329

Please sign in to comment.