1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00
Java-Interview-Guide/docs/.vuepress/sidebar/open-source-project.ts

38 lines
622 B
TypeScript

export const openSourceProject = [
{
text: "技术教程",
link: "tutorial",
icon: "book",
},
{
text: "实战项目",
link: "practical-project",
icon: "project",
},
{
text: "系统设计",
link: "system-design",
icon: "xitongsheji",
},
{
text: "工具类库",
link: "tool-library",
icon: "codelibrary-fill",
},
{
text: "开发工具",
link: "tools",
icon: "tool",
},
{
text: "机器学习",
link: "machine-learning",
icon: "a-MachineLearning",
},
{
text: "大数据",
link: "big-data",
icon: "big-data",
},
];