Skip to content

Commit

Permalink
1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gooaclok819 committed Nov 1, 2024
1 parent ec99d57 commit bb7f12c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ func main() {
var port int
// 获取版本号
var Isversion bool
version = "1.7.2"
version = "1.7.3"
flag.BoolVar(&Isversion, "version", false, "显示版本号")
flag.Parse()
if Isversion {
fmt.Println("1.7.2")
fmt.Println(version)
return
}
// 初始化数据库
Expand Down
2 changes: 1 addition & 1 deletion node/clash.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

type Proxy struct {
Name string `yaml:"name,omitempty"`
请键入 string `yaml:"type,omitempty"`
Type string `yaml:"type,omitempty"`
Server string `yaml:"server,omitempty"`
Port int `yaml:"port,omitempty"`
Cipher string `yaml:"cipher,omitempty"`
Expand Down

0 comments on commit bb7f12c

Please sign in to comment.