mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-20 22:17:09 +08:00
25 lines
586 B
TypeScript
25 lines
586 B
TypeScript
export const aboutTheAuthor = [
|
|
{
|
|
text: "个人经历",
|
|
icon: "zuozhe",
|
|
collapsable: false,
|
|
children: [
|
|
"internet-addiction-teenager",
|
|
"my-college-life",
|
|
"javaguide-100k-star",
|
|
"feelings-after-one-month-of-induction-training",
|
|
"feelings-of-half-a-year-from-graduation-to-entry",
|
|
],
|
|
},
|
|
{
|
|
text: "杂谈",
|
|
icon: "chat",
|
|
collapsable: false,
|
|
children: [
|
|
"my-article-was-stolen-and-made-into-video-and-it-became-popular",
|
|
"dog-that-copies-other-people-essay",
|
|
"zhishixingqiu-two-years",
|
|
],
|
|
},
|
|
];
|