添加2022级特刊空模板

This commit is contained in:
jjnwxs 2025-04-25 21:46:39 +08:00
parent 4621c487c1
commit df472d0674
24 changed files with 159 additions and 10 deletions

View File

@ -5,6 +5,7 @@ export default navbar([
{
text: '高三特刊',
children: [
{ text: "2022级特刊", link: '/2022/' },
{ text: '2021级特刊', link: '/2021/' },
{ text: '2020级特刊', link: '/2020/' },
]

View File

@ -7,6 +7,13 @@ export default sidebar({
text: '简介',
link: "introduce.md"
},
{
text: "2022级特刊",
prefix: "2022/",
link: "2022/",
children: "structure",
collapsible: true
},
{
text: "2021级特刊",
prefix: "2021/",

View File

@ -12,12 +12,6 @@ export default hopeTheme({
logo: "/logo.png",
logoDark: '/logo-dark.png',
// Github
repo: "szhhwh/jingji_spbook_vue",
lastUpdated: false,
contributors: false,
editLink: false,
repoDisplay: false,
docsDir: "src",
@ -41,7 +35,8 @@ export default hopeTheme({
},
plugins: {
icon: {assets: "fontawesome"}
icon: { assets: "fontawesome" },
},
markdown: {
include: true,
@ -49,7 +44,9 @@ export default hopeTheme({
figure: true,
imgLazyload: true,
imgSize: true,
math: true,
math: {
type: "mathjax"
},
codeTabs: false,
tabs: true,
align: false,
@ -63,5 +60,5 @@ export default hopeTheme({
flowchart: false,
mermaid: false,
vuePlayground: false,
}
},
});

7
src/2022/2201.md Normal file
View File

@ -0,0 +1,7 @@
---
title: 2201班
category:
- 2022级特刊
tag:
- 2201班
---

7
src/2022/2202.md Normal file
View File

@ -0,0 +1,7 @@
---
title: 2202班
category:
- 2022级特刊
tag:
- 2202班
---

7
src/2022/2203.md Normal file
View File

@ -0,0 +1,7 @@
---
title: 2203班
category:
- 2022级特刊
tag:
- 2203班
---

7
src/2022/2204.md Normal file
View File

@ -0,0 +1,7 @@
---
title: 2204班
category:
- 2022级特刊
tag:
- 2204班
---

7
src/2022/2205.md Normal file
View File

@ -0,0 +1,7 @@
---
title: 2205班
category:
- 2022级特刊
tag:
- 2205班
---

7
src/2022/2206.md Normal file
View File

@ -0,0 +1,7 @@
---
title: 2206班
category:
- 2022级特刊
tag:
- 2206班
---

7
src/2022/2207.md Normal file
View File

@ -0,0 +1,7 @@
---
title: 2207班
category:
- 2022级特刊
tag:
- 2207班
---

7
src/2022/2208.md Normal file
View File

@ -0,0 +1,7 @@
---
title: 2208班
category:
- 2022级特刊
tag:
- 2208班
---

7
src/2022/2209.md Normal file
View File

@ -0,0 +1,7 @@
---
title: 2209班
category:
- 2022级特刊
tag:
- 2209班
---

7
src/2022/2210.md Normal file
View File

@ -0,0 +1,7 @@
---
title: 2210班
category:
- 2022级特刊
tag:
- 2210班
---

7
src/2022/2211.md Normal file
View File

@ -0,0 +1,7 @@
---
title: 2211班
category:
- 2022级特刊
tag:
- 2211班
---

7
src/2022/2212.md Normal file
View File

@ -0,0 +1,7 @@
---
title: 2212班
category:
- 2022级特刊
tag:
- 2212班
---

7
src/2022/2213.md Normal file
View File

@ -0,0 +1,7 @@
---
title: 2213班
category:
- 2022级特刊
tag:
- 2213班
---

7
src/2022/2214.md Normal file
View File

@ -0,0 +1,7 @@
---
title: 2214班
category:
- 2022级特刊
tag:
- 2214班
---

7
src/2022/2215.md Normal file
View File

@ -0,0 +1,7 @@
---
title: 2215班
category:
- 2022级特刊
tag:
- 2215班
---

7
src/2022/2216.md Normal file
View File

@ -0,0 +1,7 @@
---
title: 2216班
category:
- 2022级特刊
tag:
- 2216班
---

7
src/2022/2217.md Normal file
View File

@ -0,0 +1,7 @@
---
title: 2217班
category:
- 2022级特刊
tag:
- 2217班
---

7
src/2022/2218.md Normal file
View File

@ -0,0 +1,7 @@
---
title: 2218班
category:
- 2022级特刊
tag:
- 2218班
---

7
src/2022/2219.md Normal file
View File

@ -0,0 +1,7 @@
---
title: 2219班
category:
- 2022级特刊
tag:
- 2219班
---

8
src/2022/README.md Normal file
View File

@ -0,0 +1,8 @@
---
title: 2022 级高三特刊
index: false
---
因篇幅受限未能编入特刊的部分可以在此查看。
如有发现本班内容存在错误/缺漏,请邮件联系 szhhlionhao@qq.com

View File

@ -2,13 +2,16 @@
title: 荆棘鸟文学社高三特刊
index: false
---
因篇幅受限未能编入特刊的部分可以在此查看。
## 近期更新
### 2024.3.15
- 添加 2021 级高三特刊内容
### 2024.2.12
- 迁移 [VuePress Theme Hope](https://theme-hope.vuejs.press/zh/) 至 V2
- 关闭打印按钮/Github 相关信息显示
- 更新主页版权信息