Read latest version from website and add Run when system starts

This commit is contained in:
Louis Lam
2023-02-20 20:26:53 +08:00
parent 6a98ffe2f6
commit cf32b8bc64
9 changed files with 373 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
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; }
}
}