44 lines
1.5 KiB
TypeScript
44 lines
1.5 KiB
TypeScript
/**
|
|
* 额外右侧边栏
|
|
*/
|
|
export default [
|
|
{
|
|
title: "编程导航",
|
|
icon: "/icon/xingqiu.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;">ai</span> 获取清华大学 DeepSeek 从入门到精通 PDF</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: "感谢您的支持,作者头发++",
|
|
},
|
|
];
|