소스 검색

[doc]更新贡献者链接的图像源地址,使用新的API以提升加载性能。

dufu1991 1 년 전
부모
커밋
770758b373
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/site/src/routes/+page.svelte

+ 1 - 1
docs/site/src/routes/+page.svelte

@@ -753,7 +753,7 @@
 		</div>
 		<div class="intersection flex justify-center">
 			<a href="https://github.com/any-tdf/stdf/graphs/contributors" target="_blank">
-				<img src="https://contrib.rocks/image?repo=any-tdf/stdf" title={isZh ? '贡献者' : 'Contributors'} alt="" />
+				<img src="https://contrib.nn.ci/api?repo=any-tdf/stdf&cols=7" title={isZh ? '贡献者' : 'Contributors'} alt="" />
 			</a>
 		</div>
 	</div>