Skip to content

Commit

Permalink
2023/9/2更新
Browse files Browse the repository at this point in the history
  • Loading branch information
pingc0y committed Sep 2, 2023
1 parent 426d37b commit 70a79f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ go build -ldflags "-s -w" -o ./URLFinder-macos-arm64


## 更新说明
2023/9/2
修复 子目录定位bug

2023/8/30
修复 -i 配置请求头错误问题
变化 支持自动识别http/https
Expand Down
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os"
)

var Update = "2023.8.30"
var Update = "2023.9.2"
var XUpdate string

var (
Expand Down

0 comments on commit 70a79f6

Please sign in to comment.