2020-07-22 09:59:40 +08:00
|
|
|
package teaconst
|
|
|
|
|
|
|
|
|
|
const (
|
2022-08-17 18:59:37 +08:00
|
|
|
Version = "0.5.2"
|
2020-07-22 09:59:40 +08:00
|
|
|
|
2022-08-17 18:59:37 +08:00
|
|
|
APINodeVersion = "0.5.2"
|
2021-08-21 19:44:03 +08:00
|
|
|
|
2020-07-22 22:19:39 +08:00
|
|
|
ProductName = "Edge Admin"
|
|
|
|
|
ProcessName = "edge-admin"
|
|
|
|
|
ProductNameZH = "Edge"
|
2020-07-22 09:59:40 +08:00
|
|
|
|
|
|
|
|
Role = "admin"
|
|
|
|
|
|
2020-07-22 22:19:39 +08:00
|
|
|
EncryptKey = "8f983f4d69b83aaa0d74b21a212f6967"
|
|
|
|
|
EncryptMethod = "aes-256-cfb"
|
2020-07-22 09:59:40 +08:00
|
|
|
|
2020-07-29 19:34:54 +08:00
|
|
|
ErrServer = "服务器出了点小问题,请联系技术人员处理。"
|
2020-12-07 11:45:45 +08:00
|
|
|
CookieSID = "edgesid"
|
2021-01-12 11:49:37 +08:00
|
|
|
|
|
|
|
|
SystemdServiceName = "edge-admin"
|
2021-12-15 20:13:10 +08:00
|
|
|
UpdatesURL = "https://goedge.cn/api/boot/versions?os=${os}&arch=${arch}"
|
2020-07-22 09:59:40 +08:00
|
|
|
)
|