效果图
演示网站:http://www.ashz.top/
设置方法
找到文件/app/index/view/index/index.html文件,在这里推荐大家使用“Notepad++”打开,没有的可以去官网https://notepad-plus.en.softonic.com/下载。
找到第109行,在后一行插入下方代码即可,链接和网站名称自行修改。
<!--底部友链--> <div class="layui-row tj-box"> <a href="/#" target="_blank">友情链接:</a> <a href="https://www.lylog.cn/" style="color:#483D8B;text-decoration:underline;" target="_blank">离一博客</a> <a href="https://www.lylog.cn/" style="color:#483D8B;text-decoration:underline;" target="_blank">离一博客</a> <a href="https://www.lylog.cn/" style="color:#483D8B;text-decoration:underline;" target="_blank">离一博客</a> <a href="https://www.lylog.cn/" style="color:#483D8B;text-decoration:underline;" target="_blank">离一博客</a> </div> <!--底部友链-->