Skip to content

Commit

Permalink
feat: add prepare in school model
Browse files Browse the repository at this point in the history
  • Loading branch information
chengkai48 committed Dec 26, 2024
1 parent 7ddb4ef commit 980550c
Show file tree
Hide file tree
Showing 18 changed files with 257 additions and 319 deletions.
53 changes: 48 additions & 5 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import baseConfig from '@vue/theme/config'

const nav: ThemeConfig['nav'] = [
{
text: "在校准备",
link: "/prepare-in-school",
text: "在校准备", link: "/in-school/pre",
},
{
text: "校招经验",
Expand All @@ -17,10 +16,10 @@ const nav: ThemeConfig['nav'] = [
text: "泛体制", link: "/experience/system/three-oil",
},
{
text: "其他行业", link: "/experience/finance/management-trainee",
text: "银行", link: "/experience/finance/management-trainee",
},
{
text: "杂谈", link: "/experience/others",
text: "杂谈", link: "/experience/others/pre",
},
]

Expand Down Expand Up @@ -101,7 +100,51 @@ const sidebar: ThemeConfig['sidebar'] = {
},
],
},

],
"experience/others": [
{
text: '杂谈', items: [
{
text: '写在前面', link: "/experience/others/pre",
},
{
text: '结构化面试', link: "/experience/others/struct",
},
{
text: '无领导小组讨论/辩论赛', link: "/experience/others/group",
},
{
text: '主管面', link: "/experience/others/manager",
},
],
}
],
"in-school": [
{
text: '准备', items: [
{
text: '写在前面', link: "/in-school/pre",
},
{
text: '成绩与评优', link: "/in-school/gpa",
},
{
text: '实习', link: "/in-school/practice",
},
{
text: '科研论文', link: "/in-school/conference",
},
{
text: '竞赛', link: "/in-school/competition",
},
{
text: '综合发展', link: "/in-school/synthesized",
},
{
text: '信息差', link: "/in-school/earn-message",
},
],
}
]
};

Expand Down
98 changes: 0 additions & 98 deletions public/assets/Campus-Pecruitment-Experience/2.3_其他行业.md

This file was deleted.

4 changes: 0 additions & 4 deletions public/assets/Campus-Pecruitment-Experience/init.md

This file was deleted.

Loading

0 comments on commit 980550c

Please sign in to comment.