mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 13:10:26 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			208 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			208 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
Tea.context(function () {
 | 
						|
	this.success = NotifyPopup
 | 
						|
 | 
						|
	this.hasHTTPS = false
 | 
						|
	this.changeListens = function (addrs) {
 | 
						|
		this.hasHTTPS = addrs.$any(function (k, v) {
 | 
						|
			return v.protocol == "https"
 | 
						|
		})
 | 
						|
	}
 | 
						|
}) |