mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	@@ -426,6 +426,7 @@ func (repo *Repository) innerAPIFormat(e Engine, mode AccessMode, isParent bool)
 | 
				
			|||||||
		HTMLURL:                   repo.HTMLURL(),
 | 
							HTMLURL:                   repo.HTMLURL(),
 | 
				
			||||||
		SSHURL:                    cloneLink.SSH,
 | 
							SSHURL:                    cloneLink.SSH,
 | 
				
			||||||
		CloneURL:                  cloneLink.HTTPS,
 | 
							CloneURL:                  cloneLink.HTTPS,
 | 
				
			||||||
 | 
							OriginalURL:               repo.SanitizedOriginalURL(),
 | 
				
			||||||
		Website:                   repo.Website,
 | 
							Website:                   repo.Website,
 | 
				
			||||||
		Stars:                     repo.NumStars,
 | 
							Stars:                     repo.NumStars,
 | 
				
			||||||
		Forks:                     repo.NumForks,
 | 
							Forks:                     repo.NumForks,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user