mirror of
https://github.com/sky22333/hubproxy.git
synced 2026-07-07 18:01:23 +08:00
优化搜索结果
This commit is contained in:
@@ -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 标签信息
|
||||
|
||||
Reference in New Issue
Block a user