mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Co-authored-by: Gitea <gitea@fake.local>
This commit is contained in:
		@@ -108,6 +108,7 @@ func innerToRepo(repo *models.Repository, mode models.AccessMode, isParent bool)
 | 
			
		||||
		HTMLURL:                   repo.HTMLURL(),
 | 
			
		||||
		SSHURL:                    cloneLink.SSH,
 | 
			
		||||
		CloneURL:                  cloneLink.HTTPS,
 | 
			
		||||
		OriginalURL:               repo.SanitizedOriginalURL(),
 | 
			
		||||
		Website:                   repo.Website,
 | 
			
		||||
		Stars:                     repo.NumStars,
 | 
			
		||||
		Forks:                     repo.NumForks,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user