update docs and prep for frontend

This commit is contained in:
voltsrage
2026-06-19 15:44:58 +08:00
parent abc781c9c0
commit 49973271e5
20 changed files with 1071 additions and 26 deletions
@@ -0,0 +1,6 @@
public class DashboardOptions
{
public const string Section = "Dashboard";
public string[] CorsOrigins { get; set; } = ["http://localhost:5173"];
}