Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
|
|
{{define "footer"}}
|
|
|
|
<div class="footer-root">
|
|
|
|
<div style="flex: 1">
|
|
|
|
<div class="footer-friend">
|
|
|
|
<a href="https://gitea.aiprose.com/nelson" target="_blank" style="padding: 0 5px">码农笔录Git仓库</a>
|
|
|
|
{{/* <a href="http://pan.aiprose.com/" target="_blank" style="padding: 0 5px">码农笔录网盘</a>*/}}
|
|
|
|
<a href="http://maven.aiprose.com/nexus" target="_blank" style="padding: 0 5px">maven私服</a>
|
|
|
|
<a href="https://blog.csdn.net/yp090416" target="_blank" style="padding: 0 5px">码农笔录-CSDN</a>
|
|
|
|
<a href="https://www.jianshu.com/u/6baf4cdc7ce1" target="_blank" style="padding: 0 5px">码农笔录-简书</a>
|
|
|
|
</div>
|
|
|
|
<div class="footer-friend">
|
|
|
|
<span>© 2018 - © 2020
|
|
|
|
<a href="https://www.aiprose.com/">码农随笔</a> </span>
|
|
|
|
<span>版权所有 ICP证:</span>
|
|
|
|
<a href="http://www.beian.miit.gov.cn" target="_blank">陕ICP备18016846号-1</a>
|
|
|
|
</div>
|
|
|
|
<div class="footer-friend">
|
|
|
|
<span>前端QQ群: 128806068</span>
|
|
|
|
<span>/</span>
|
|
|
|
<span>golang QQ群: 189663710</span>
|
|
|
|
</div>
|
|
|
|
<script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? "https://" : "http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1277992374'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s4.cnzz.com/z_stat.php%3Fid%3D1277992374%26online%3D1%26show%3Dline' type='text/javascript'%3E%3C/script%3E"));</script>
|
|
|
|
</div>
|
|
|
|
<div class="wxcode">
|
|
|
|
<img src="/static/img/wxcode.png" alt="" width="80" height="80">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{end}}
|