Files
2025-02-14 17:44:08 +08:00

33 lines
665 B
TypeScript

/**
* 底部版权信息
*/
export default {
friendLinks: [
{
label: "站长 - 程序员鱼皮",
// icon: "/icon/user.svg",
href: "https://yuyuanweb.feishu.cn/wiki/Abldw5WkjidySxkKxU2cQdAtnah",
},
{
label: "鱼鸢网络",
href: "https://yuyuanweb.com/",
},
{
label: "老鱼简历",
href: "https://www.laoyujianli.com/",
},
{
label: "面试鸭",
href: "https://www.mianshiya.com/",
},
{
label: "编程学习圈",
href: "https://www.codefather.cn/",
},
],
copyright: {
href: "https://beian.miit.gov.cn/",
name: "沪ICP备19026706号-6",
},
};