50 lines
1.6 KiB
TypeScript
50 lines
1.6 KiB
TypeScript
/**
|
|
* 额外右侧边栏
|
|
*/
|
|
export default [
|
|
{
|
|
title: "手机看",
|
|
icon: "/icon/mobile.png",
|
|
popoverTitle: "微信扫一扫",
|
|
popoverUrl:
|
|
"/qrcode-codefather.png",
|
|
popoverDesc: "可以手机看或分享至朋友圈",
|
|
},
|
|
{
|
|
title: "编程导航",
|
|
icon: "/icon/xingqiu.png",
|
|
popoverTitle:
|
|
'<span style="font-size:0.8rem;font-weight:bold;"><span style="color:red;">保姆级实战项目教程</span>、编程学习指南、学习资源、求职指南、技术分享、编程交流</span>',
|
|
popoverUrl:
|
|
"/qrcode-codenav.png",
|
|
popoverDesc: "编程导航:编程导航",
|
|
},
|
|
{
|
|
title: "交流群",
|
|
icon: "/icon/weixin.png",
|
|
popoverTitle:
|
|
'<span style="font-size:0.8rem;font-weight:bold;">扫码添加 <span style="color:red;">编程导航小助手微信</span>,拉你进专属编程学习交流群</span>',
|
|
popoverUrl:
|
|
"/qrcode-codenavhelper.png",
|
|
},
|
|
{
|
|
title: "下资料",
|
|
icon: "/icon/xiazai.png",
|
|
popoverTitle:
|
|
'<span style="font-size:0.8rem;font-weight:bold;">扫码关注站长公众号,回复 <span style="color:red;">学习</span> 获取海量编程学习资源「无任何套路」</span>',
|
|
popoverUrl:
|
|
"/qrcode-mpcoder_yupi.jpg",
|
|
popoverDesc: "公众号: 程序员鱼皮",
|
|
},
|
|
{
|
|
title: "支持我",
|
|
icon: "/icon/dianzan.png",
|
|
popoverTitle:
|
|
' <span style="font-size:0.8rem;font-weight:bold;">鼓励和赞赏我</span>',
|
|
popoverUrl:
|
|
"/qrcode-thumb.jpg",
|
|
popoverDesc:
|
|
"感谢您的支持,作者头发++",
|
|
},
|
|
];
|