mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 04:10:27 +08:00
15 lines
233 B
Go
15 lines
233 B
Go
package teaconst
|
|
|
|
const (
|
|
Version = "0.0.1"
|
|
|
|
ProductName = "Edge Admin"
|
|
ProcessName = "edge-admin"
|
|
|
|
Role = "admin"
|
|
|
|
EncryptKey = "8f983f4d69b83aaa0d74b21a212f6967"
|
|
|
|
ErrServer = "服务器出了点小问题,请稍后重试"
|
|
)
|