mirror of
https://github.com/DistSysCorp/ddia.git
synced 2024-12-25 12:20:22 +08:00
add more color
This commit is contained in:
parent
70e3f7c6b0
commit
92390fc816
10
index.html
10
index.html
@ -53,11 +53,11 @@
|
||||
plugins: [
|
||||
function pageFooter(hook, vm) {
|
||||
var footer = [
|
||||
'<footer style="text-align: center;">',
|
||||
'<span><a href="https://www.qtmuniao.com/">作者:木鸟杂记</a> | </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> | </span>',
|
||||
'<span><a href="https://distsys.cn/">分布式论坛</a> | </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> ❄ </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> ❄ </span>',
|
||||
'<span><a href="https://distsys.cn/" style="color: #F19A97;">分布式论坛</a> ❄ </span>',
|
||||
'<span><a href="https://xiaobot.net/p/system-thinking" style="color: #77AAC2;">系统技术专栏</a></span>',
|
||||
'</footer>',
|
||||
].join('');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user