From df472d067469861f50daaafff95f4a505947054f Mon Sep 17 00:00:00 2001 From: jjnwxs <15749671+jjnwxs@user.noreply.gitee.com> Date: Fri, 25 Apr 2025 21:46:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A02022=E7=BA=A7=E7=89=B9?= =?UTF-8?q?=E5=88=8A=E7=A9=BA=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/.vuepress/navbar.ts | 1 + src/.vuepress/sidebar.ts | 7 +++++++ src/.vuepress/theme.ts | 15 ++++++--------- src/2022/2201.md | 7 +++++++ src/2022/2202.md | 7 +++++++ src/2022/2203.md | 7 +++++++ src/2022/2204.md | 7 +++++++ src/2022/2205.md | 7 +++++++ src/2022/2206.md | 7 +++++++ src/2022/2207.md | 7 +++++++ src/2022/2208.md | 7 +++++++ src/2022/2209.md | 7 +++++++ src/2022/2210.md | 7 +++++++ src/2022/2211.md | 7 +++++++ src/2022/2212.md | 7 +++++++ src/2022/2213.md | 7 +++++++ src/2022/2214.md | 7 +++++++ src/2022/2215.md | 7 +++++++ src/2022/2216.md | 7 +++++++ src/2022/2217.md | 7 +++++++ src/2022/2218.md | 7 +++++++ src/2022/2219.md | 7 +++++++ src/2022/README.md | 8 ++++++++ src/introduce.md | 5 ++++- 24 files changed, 159 insertions(+), 10 deletions(-) create mode 100644 src/2022/2201.md create mode 100644 src/2022/2202.md create mode 100644 src/2022/2203.md create mode 100644 src/2022/2204.md create mode 100644 src/2022/2205.md create mode 100644 src/2022/2206.md create mode 100644 src/2022/2207.md create mode 100644 src/2022/2208.md create mode 100644 src/2022/2209.md create mode 100644 src/2022/2210.md create mode 100644 src/2022/2211.md create mode 100644 src/2022/2212.md create mode 100644 src/2022/2213.md create mode 100644 src/2022/2214.md create mode 100644 src/2022/2215.md create mode 100644 src/2022/2216.md create mode 100644 src/2022/2217.md create mode 100644 src/2022/2218.md create mode 100644 src/2022/2219.md create mode 100644 src/2022/README.md diff --git a/src/.vuepress/navbar.ts b/src/.vuepress/navbar.ts index 1d1c9b9..28317d4 100644 --- a/src/.vuepress/navbar.ts +++ b/src/.vuepress/navbar.ts @@ -5,6 +5,7 @@ export default navbar([ { text: '高三特刊', children: [ + { text: "2022级特刊", link: '/2022/' }, { text: '2021级特刊', link: '/2021/' }, { text: '2020级特刊', link: '/2020/' }, ] diff --git a/src/.vuepress/sidebar.ts b/src/.vuepress/sidebar.ts index 43aaba7..03f1b7c 100644 --- a/src/.vuepress/sidebar.ts +++ b/src/.vuepress/sidebar.ts @@ -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/", diff --git a/src/.vuepress/theme.ts b/src/.vuepress/theme.ts index c879968..343232c 100644 --- a/src/.vuepress/theme.ts +++ b/src/.vuepress/theme.ts @@ -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, - } + }, }); diff --git a/src/2022/2201.md b/src/2022/2201.md new file mode 100644 index 0000000..0490cf1 --- /dev/null +++ b/src/2022/2201.md @@ -0,0 +1,7 @@ +--- +title: 2201班 +category: + - 2022级特刊 +tag: + - 2201班 +--- diff --git a/src/2022/2202.md b/src/2022/2202.md new file mode 100644 index 0000000..21bb5b2 --- /dev/null +++ b/src/2022/2202.md @@ -0,0 +1,7 @@ +--- +title: 2202班 +category: + - 2022级特刊 +tag: + - 2202班 +--- diff --git a/src/2022/2203.md b/src/2022/2203.md new file mode 100644 index 0000000..a719c22 --- /dev/null +++ b/src/2022/2203.md @@ -0,0 +1,7 @@ +--- +title: 2203班 +category: + - 2022级特刊 +tag: + - 2203班 +--- diff --git a/src/2022/2204.md b/src/2022/2204.md new file mode 100644 index 0000000..b55c7a8 --- /dev/null +++ b/src/2022/2204.md @@ -0,0 +1,7 @@ +--- +title: 2204班 +category: + - 2022级特刊 +tag: + - 2204班 +--- diff --git a/src/2022/2205.md b/src/2022/2205.md new file mode 100644 index 0000000..77a8857 --- /dev/null +++ b/src/2022/2205.md @@ -0,0 +1,7 @@ +--- +title: 2205班 +category: + - 2022级特刊 +tag: + - 2205班 +--- diff --git a/src/2022/2206.md b/src/2022/2206.md new file mode 100644 index 0000000..2550606 --- /dev/null +++ b/src/2022/2206.md @@ -0,0 +1,7 @@ +--- +title: 2206班 +category: + - 2022级特刊 +tag: + - 2206班 +--- diff --git a/src/2022/2207.md b/src/2022/2207.md new file mode 100644 index 0000000..41a3b78 --- /dev/null +++ b/src/2022/2207.md @@ -0,0 +1,7 @@ +--- +title: 2207班 +category: + - 2022级特刊 +tag: + - 2207班 +--- diff --git a/src/2022/2208.md b/src/2022/2208.md new file mode 100644 index 0000000..44cd443 --- /dev/null +++ b/src/2022/2208.md @@ -0,0 +1,7 @@ +--- +title: 2208班 +category: + - 2022级特刊 +tag: + - 2208班 +--- diff --git a/src/2022/2209.md b/src/2022/2209.md new file mode 100644 index 0000000..c3c69b3 --- /dev/null +++ b/src/2022/2209.md @@ -0,0 +1,7 @@ +--- +title: 2209班 +category: + - 2022级特刊 +tag: + - 2209班 +--- diff --git a/src/2022/2210.md b/src/2022/2210.md new file mode 100644 index 0000000..8ea1697 --- /dev/null +++ b/src/2022/2210.md @@ -0,0 +1,7 @@ +--- +title: 2210班 +category: + - 2022级特刊 +tag: + - 2210班 +--- diff --git a/src/2022/2211.md b/src/2022/2211.md new file mode 100644 index 0000000..bb12f31 --- /dev/null +++ b/src/2022/2211.md @@ -0,0 +1,7 @@ +--- +title: 2211班 +category: + - 2022级特刊 +tag: + - 2211班 +--- diff --git a/src/2022/2212.md b/src/2022/2212.md new file mode 100644 index 0000000..9c50362 --- /dev/null +++ b/src/2022/2212.md @@ -0,0 +1,7 @@ +--- +title: 2212班 +category: + - 2022级特刊 +tag: + - 2212班 +--- diff --git a/src/2022/2213.md b/src/2022/2213.md new file mode 100644 index 0000000..7471af5 --- /dev/null +++ b/src/2022/2213.md @@ -0,0 +1,7 @@ +--- +title: 2213班 +category: + - 2022级特刊 +tag: + - 2213班 +--- diff --git a/src/2022/2214.md b/src/2022/2214.md new file mode 100644 index 0000000..1d4f720 --- /dev/null +++ b/src/2022/2214.md @@ -0,0 +1,7 @@ +--- +title: 2214班 +category: + - 2022级特刊 +tag: + - 2214班 +--- diff --git a/src/2022/2215.md b/src/2022/2215.md new file mode 100644 index 0000000..0e05c05 --- /dev/null +++ b/src/2022/2215.md @@ -0,0 +1,7 @@ +--- +title: 2215班 +category: + - 2022级特刊 +tag: + - 2215班 +--- diff --git a/src/2022/2216.md b/src/2022/2216.md new file mode 100644 index 0000000..dec9736 --- /dev/null +++ b/src/2022/2216.md @@ -0,0 +1,7 @@ +--- +title: 2216班 +category: + - 2022级特刊 +tag: + - 2216班 +--- diff --git a/src/2022/2217.md b/src/2022/2217.md new file mode 100644 index 0000000..d8a002b --- /dev/null +++ b/src/2022/2217.md @@ -0,0 +1,7 @@ +--- +title: 2217班 +category: + - 2022级特刊 +tag: + - 2217班 +--- diff --git a/src/2022/2218.md b/src/2022/2218.md new file mode 100644 index 0000000..59e6f46 --- /dev/null +++ b/src/2022/2218.md @@ -0,0 +1,7 @@ +--- +title: 2218班 +category: + - 2022级特刊 +tag: + - 2218班 +--- diff --git a/src/2022/2219.md b/src/2022/2219.md new file mode 100644 index 0000000..b9d3662 --- /dev/null +++ b/src/2022/2219.md @@ -0,0 +1,7 @@ +--- +title: 2219班 +category: + - 2022级特刊 +tag: + - 2219班 +--- diff --git a/src/2022/README.md b/src/2022/README.md new file mode 100644 index 0000000..a2a1775 --- /dev/null +++ b/src/2022/README.md @@ -0,0 +1,8 @@ +--- +title: 2022 级高三特刊 +index: false +--- + +因篇幅受限未能编入特刊的部分可以在此查看。 + +如有发现本班内容存在错误/缺漏,请邮件联系 szhhlionhao@qq.com \ No newline at end of file diff --git a/src/introduce.md b/src/introduce.md index b306f02..bcdaeda 100644 --- a/src/introduce.md +++ b/src/introduce.md @@ -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 相关信息显示 - 更新主页版权信息