浏览代码

[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>