add more color

This commit is contained in:
songpengwei 2024-09-08 17:03:08 +08:00
parent 70e3f7c6b0
commit 92390fc816

View File

@ -53,11 +53,11 @@
plugins: [
function pageFooter(hook, vm) {
var footer = [
'<footer style="text-align: center;">',
'<span><a href="https://www.qtmuniao.com/">作者:木鸟杂记</a>&nbsp; | &nbsp; </span>',
'<span><a href="https://mp.weixin.qq.com/mp/appmsgalbum?__biz=Mzg5NTcxNzY2OQ==&action=getalbum&album_id=2164896217070206977&scene=126&devicetype=iOS15.4&version=18001d33&lang=zh_CN&nettype=WIFI&ascene=59&session_us=gh_80636260f9f9&fontScale=106&wx_header=3">公众号</a>&nbsp; | &nbsp; </span>',
'<span><a href="https://distsys.cn/">分布式论坛</a>&nbsp; | &nbsp; </span>',
'<span><a href="https://xiaobot.net/p/system-thinking">系统技术专栏</a></span>',
'<footer style="text-align: center; color: #696773;">',
'<span><a href="https://www.qtmuniao.com/" style="color: #79D9CE;">作者:木鸟杂记</a>&nbsp; &nbsp; </span>',
'<span><a href="https://mp.weixin.qq.com/mp/appmsgalbum?__biz=Mzg5NTcxNzY2OQ==&action=getalbum&album_id=2164896217070206977&scene=126&devicetype=iOS15.4&version=18001d33&lang=zh_CN&nettype=WIFI&ascene=59&session_us=gh_80636260f9f9&fontScale=106&wx_header=3" style="color: #FCD765;">公众号</a>&nbsp; &nbsp; </span>',
'<span><a href="https://distsys.cn/" style="color: #F19A97;">分布式论坛</a>&nbsp; &nbsp; </span>',
'<span><a href="https://xiaobot.net/p/system-thinking" style="color: #77AAC2;">系统技术专栏</a></span>',
'</footer>',
].join('');