v0.0.4 - 更新适配MAC系统和类BSD系统

This commit is contained in:
spiritlhl
2024-07-01 15:58:47 +00:00
parent ee06b25ec7
commit d2e8e4c1fa
8 changed files with 101 additions and 24 deletions

View File

@@ -1,9 +1,14 @@
package model
const BasicsVersion = "v0.0.3"
const BasicsVersion = "v0.0.4"
var EnableLoger bool
var (
IsMacOS bool
MacOSInfo []string
)
type IpInfo struct {
Ip string
ASN string