Ver código fonte

update project name

supeng 1 mês atrás
pai
commit
e55ffe6e2d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      common/constants.go

+ 1 - 1
common/constants.go

@@ -11,7 +11,7 @@ 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 = "New API"
+var SystemName = "AIRouter"
 var Footer = ""
 var Logo = ""
 var TopUpLink = ""