Kaynağa Gözat

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

dufu1991 1 yıl önce
ebeveyn
işleme
770758b373
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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>