优化搜索结果

This commit is contained in:
NewName
2025-05-20 17:21:07 +08:00
parent 5f11f9c902
commit 64acfaa212
2 changed files with 87 additions and 86 deletions

View File

@@ -31,6 +31,10 @@ type Repository struct {
StarCount int `json:"star_count"`
PullCount int `json:"pull_count"`
RepoOwner string `json:"repo_owner"`
LastUpdated string `json:"last_updated"`
Status int `json:"status"`
Organization string `json:"affiliation"`
PullsLastWeek int `json:"pulls_last_week"`
}
// TagInfo 标签信息