[Build test] 1.18

This commit is contained in:
MetaCubeX
2022-03-16 23:30:29 +08:00
parent 5a2cc9a36f
commit acc249495d
3 changed files with 11 additions and 543 deletions

3
constant/geodata.go Normal file
View File

@ -0,0 +1,3 @@
package constant
var GeodataMode bool

View File

@ -1,9 +1,8 @@
package constant
var (
Meta = true
Version = "1.9.1"
BuildTime = "unknown time"
ClashName = "Clash.Meta"
GeodataMode bool
Meta = true
Version = "1.9.1"
BuildTime = "unknown time"
ClashName = "Clash.Meta"
)