Skip to content

Commit bd2433d

Browse files
committed
feat: add 2025 csbaoyan
1 parent 67b46a2 commit bd2433d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

astro.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default defineConfig({
4646
label: '保研经验贴',
4747
items: [
4848
{ label: '总览', slug: '保研经验贴/总览' },
49-
{ label: '学校相关', slug: '保研经验贴/学校相关' },
49+
{ label: '2025年保研总结贴', slug: '保研经验贴/2025年' },
5050
{ label: '2024年保研总结贴', slug: '保研经验贴/2024年' },
5151
{ label: '2023年保研总结贴', slug: '保研经验贴/2023年' },
5252
{ label: '2022年保研总结贴', slug: '保研经验贴/2022年' },
@@ -55,6 +55,7 @@ export default defineConfig({
5555
{ label: '2019年保研总结贴', slug: '保研经验贴/2019年' },
5656
{ label: '2018年保研总结贴', slug: '保研经验贴/2018年' },
5757
{ label: '2017年保研总结贴', slug: '保研经验贴/2017年' },
58+
{ label: '学校相关', slug: '保研经验贴/学校相关' },
5859
],
5960
},
6061
{
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: 2025年保研总结贴
3+
---
4+
* @[Axi404](https://www.zhihu.com/people/you-ge-sha-long-21)[乘凉,我的保研经验贴](https://zhuanlan.zhihu.com/p/1957692666109198902)以及[关于 AI 入门以及泛保研相关的建议](https://zhuanlan.zhihu.com/p/1957555583134720721)

src/content/docs/保研经验贴/总览.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
77

88
感谢所有同学的无私分享~ 谢谢大家~
99

10-
感谢前任群主和学长们[ZhikangNiu](https://github.com/ZhikangNiu)[yfyeung](https://github.com/yfyeung)[shiyi001](https://github.com/shiyi001)[hcy](https://github.com/hcy226)[Andy Zheng](https://github.com/Smlight)[BoJack](https://github.com/ddlBoJack)[墨云沧(虎哥)](https://github.com/richardodliu)[阿尔法杨XDU(杨神)](https://github.com/Alpha-Yang)的收集和整理,保研经验贴、夏令营信息和预推免信息以后将统一在本项目中更新。
10+
感谢历任群主和学长们[Axi404](https://github.com/Axi404)[ZhikangNiu](https://github.com/ZhikangNiu)[yfyeung](https://github.com/yfyeung)[shiyi001](https://github.com/shiyi001)[hcy](https://github.com/hcy226)[Andy Zheng](https://github.com/Smlight)[BoJack](https://github.com/ddlBoJack)[墨云沧(虎哥)](https://github.com/richardodliu)[阿尔法杨XDU(杨神)](https://github.com/Alpha-Yang)的收集和整理,保研经验贴、夏令营信息和预推免信息以后将统一在本项目中更新。
1111

1212
<CardGrid>
13+
<LinkCard title="2025年保研总结贴" href="/保研经验贴/2025年" />
1314
<LinkCard title="2024年保研总结贴" href="/保研经验贴/2024年" />
1415
<LinkCard title="2023年保研总结贴" href="/保研经验贴/2023年" />
1516
<LinkCard title="2022年保研总结贴" href="/保研经验贴/2022年" />

0 commit comments

Comments
 (0)