Update constants.go
This commit is contained in:
parent
8c01296a34
commit
e75392aaf8
@ -8,9 +8,9 @@ import (
|
||||
|
||||
var StartTime = time.Now().Unix() // unit: second
|
||||
var Version = "v0.0.0" // this hard coding will be replaced automatically when building, no need to manually change
|
||||
var SystemName = "One API"
|
||||
var SystemName = "ANALOG AI"
|
||||
var ServerAddress = "http://localhost:3000"
|
||||
var Footer = ""
|
||||
var Footer = "ANALOG AI"
|
||||
var Logo = ""
|
||||
var TopUpLink = ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user