- add: Config page fully

This commit is contained in:
2025-06-18 21:36:50 +03:00
parent a7943adb76
commit 73682acbab
10 changed files with 331 additions and 158 deletions

View File

@@ -8,5 +8,4 @@ public record ListItemTemplate(Type ModelType, string IconKey, string Label);
public record ServerListTabTemplate(IServerListProvider ServerListProvider, string TabName);
public record ServerHubRecord(
[property:JsonPropertyName("name")] string Name,
[property:JsonPropertyName("url")] string MainUrl,
[property:JsonPropertyName("fallback")] string? Fallback);
[property:JsonPropertyName("url")] string MainUrl);