mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 13:10:26 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			454 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			454 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package teaconst
 | 
						|
 | 
						|
const (
 | 
						|
	Version = "1.2.0"
 | 
						|
 | 
						|
	APINodeVersion = "1.2.0"
 | 
						|
 | 
						|
	ProductName   = "Edge Admin"
 | 
						|
	ProcessName   = "edge-admin"
 | 
						|
	ProductNameZH = "Edge"
 | 
						|
 | 
						|
	Role = "admin"
 | 
						|
 | 
						|
	EncryptKey    = "8f983f4d69b83aaa0d74b21a212f6967"
 | 
						|
	EncryptMethod = "aes-256-cfb"
 | 
						|
 | 
						|
	CookieSID      = "edgesid"
 | 
						|
	SessionAdminId = "adminId"
 | 
						|
 | 
						|
	SystemdServiceName = "edge-admin"
 | 
						|
	UpdatesURL         = "https://goedge.cn/api/boot/versions?os=${os}&arch=${arch}&version=${version}"
 | 
						|
)
 |