mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			269 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			269 B
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace UptimeKuma {
 | 
						|
    public class Version {
 | 
						|
        public string latest { get; set; }
 | 
						|
        public string slow { get; set; }
 | 
						|
        public string beta { get; set; }
 | 
						|
        public string nodejs { get; set; }
 | 
						|
        public string exe { get; set; }
 | 
						|
    }
 | 
						|
}
 |