Files
EdgeAdmin/internal/const/const.go

15 lines
233 B
Go
Raw Normal View History

2020-07-22 09:59:40 +08:00
package teaconst
const (
Version = "0.0.1"
ProductName = "Edge Admin"
ProcessName = "edge-admin"
Role = "admin"
EncryptKey = "8f983f4d69b83aaa0d74b21a212f6967"
ErrServer = "服务器出了点小问题,请稍后重试"
)