Files
ai-guide/.vuepress/footer.ts
T
2025-02-13 15:00:17 +08:00

33 lines
703 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: "鱼聪明 AI",
href: "https://www.yucongming.com/",
},
{
label: "编程学习圈",
href: "https://yuyuanweb.feishu.cn/wiki/VC1qwmX9diCBK3kidyec74vFnde",
},
],
copyright: {
href: "https://beian.miit.gov.cn/",
name: "沪ICP备19026706号-6",
},
};