mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-23 18:00:27 +08:00
初始化
This commit is contained in:
14
internal/const/const.go
Normal file
14
internal/const/const.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package teaconst
|
||||
|
||||
const (
|
||||
Version = "0.0.1"
|
||||
|
||||
ProductName = "Edge Admin"
|
||||
ProcessName = "edge-admin"
|
||||
|
||||
Role = "admin"
|
||||
|
||||
EncryptKey = "8f983f4d69b83aaa0d74b21a212f6967"
|
||||
|
||||
ErrServer = "服务器出了点小问题,请稍后重试"
|
||||
)
|
||||
Reference in New Issue
Block a user