修复URL校验不严谨的问题

This commit is contained in:
dushixiang
2021-03-05 22:17:08 +08:00
parent 67155ff5c0
commit 644d8842b6
3 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ import (
"time"
)
const Version = "v0.3.0"
const Version = "v0.3.1"
func main() {
err := Run()