package teaconst const ( Version = "1.3.6" APINodeVersion = "1.3.6" ProductName = "Edge Admin" ProcessName = "edge-admin" ProductNameZH = "Edge" Role = "admin" EncryptKey = "8f983f4d69b83aaa0d74b21a212f6967" EncryptMethod = "aes-256-cfb" CookieSID = "geadsid" SessionAdminId = "adminId" SystemdServiceName = "edge-admin" UpdatesURL = "https://goedge.cn/api/boot/versions?os=${os}&arch=${arch}&version=${version}" )