Check for "rimworld-mod" topic to filter public repos

This commit is contained in:
Canon
2026-02-04 15:25:27 +08:00
parent 162daa4706
commit 1e0478390d
2 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -7,5 +7,6 @@ public record RemoteRepo(
[property: JsonPropertyName("clone_url")] string CloneUrl,
[property: JsonPropertyName("default_branch")] string DefaultBranch,
[property: JsonPropertyName("description")] string? Description,
[property: JsonPropertyName("html_url")] string HtmlUrl
[property: JsonPropertyName("html_url")] string HtmlUrl,
[property: JsonPropertyName("topics")] IReadOnlyList<string> Topics
);