website: udpate contributors page.
This commit is contained in:
parent
22f1caf16d
commit
944ab9c399
|
|
@ -190,7 +190,7 @@
|
|||
<p>
|
||||
数据来源于 <a href="https://github.com/jaywcjlove/linux-command/graphs/contributors">GitHub Contributors</a>,使用 <a href="https://github.com/jaywcjlove/github-action-contributors">action-contributors</a> 创建。
|
||||
</p>
|
||||
<h1>镜像网站</h1>
|
||||
<h1 id="镜像网站">镜像网站</h1>
|
||||
<div class="links">
|
||||
<a target="_blank" href="https://linux.srebro.cn/">srebro.cn</a>
|
||||
<a target="_blank" href="https://getaifun.com/linux">getaifun.com</a>
|
||||
|
|
|
|||
|
|
@ -171,6 +171,9 @@ mq-mobile = "screen and (max-width: 479px)"
|
|||
&.home {
|
||||
border-top 0
|
||||
}
|
||||
div {
|
||||
font-size 12px
|
||||
}
|
||||
}
|
||||
.header.home {
|
||||
.header_inner {
|
||||
|
|
|
|||
|
|
@ -11,13 +11,16 @@
|
|||
<a href="https://jaywcjlove.github.io/#/sponsor" target="_blank">打赏捐赠</a> |
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank">Github</a> |
|
||||
<a href="https://jaywcjlove.github.io/linux-command/" target="_blank">短地址:https://git.io/linux</a>
|
||||
<br />
|
||||
收藏本站请使用 Ctrl+D 或者Command+d
|
||||
<br /> 共搜集到
|
||||
<span id="commands_info">
|
||||
<%=describe.command_length?describe.command_length:''%>
|
||||
</span> 个Linux命令,超过 <a href="<%=relative_path%>contributors.html">50+</a> 贡献者
|
||||
<div>
|
||||
推荐自己的<a href="https://github.com/jaywcjlove/linux-command/issues/649" target="_blank">镜像网站</a>
|
||||
收藏本站请使用 Ctrl+D 或者Command+d
|
||||
<br />
|
||||
共搜集到
|
||||
<span id="commands_info">
|
||||
<%=describe.command_length?describe.command_length:''%>
|
||||
</span> 个Linux命令,超过 <a href="<%=relative_path%>contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<div>
|
||||
<a target="_blank" href="<%=relative_path%>contributors.html#镜像网站">镜像网站</a>列表,
|
||||
<a href="https://github.com/jaywcjlove/linux-command/issues/649" target="_blank">推荐</a>自己的镜像网站
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Reference in New Issue