mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			376 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			376 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package teaconst
 | 
						|
 | 
						|
const (
 | 
						|
	Version = "1.3.8.2"
 | 
						|
 | 
						|
	APINodeVersion = "1.3.8"
 | 
						|
 | 
						|
	ProductName = "Edge Admin"
 | 
						|
	ProcessName = "edge-admin"
 | 
						|
 | 
						|
	Role = "admin"
 | 
						|
 | 
						|
	EncryptMethod = "aes-256-cfb"
 | 
						|
 | 
						|
	CookieSID      = "geadsid"
 | 
						|
	SessionAdminId = "adminId"
 | 
						|
 | 
						|
	SystemdServiceName = "edge-admin"
 | 
						|
	UpdatesURL         = "https://goedge.cn/api/boot/versions?os=${os}&arch=${arch}&version=${version}"
 | 
						|
)
 |