From fb3f8e9551e3c0f80703cc0e91ad8392724b12c0 Mon Sep 17 00:00:00 2001 From: tomdang Date: Sun, 21 Aug 2022 20:55:28 +0800 Subject: [PATCH] added joinus --- .vuepress/config.ts | 4 ++-- joinus.md | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 joinus.md diff --git a/.vuepress/config.ts b/.vuepress/config.ts index 50aa333..47a6155 100644 --- a/.vuepress/config.ts +++ b/.vuepress/config.ts @@ -1,5 +1,5 @@ import { defineUserConfig } from "@vuepress/cli"; -import theme from "./themeConfig"; +import hopeTheme from "./themeConfig"; export default defineUserConfig({ base: "/", @@ -29,7 +29,7 @@ export default defineUserConfig({ }, }, - theme: theme, + theme: hopeTheme, shouldPrefetch: false, }); diff --git a/joinus.md b/joinus.md new file mode 100644 index 0000000..ffe49db --- /dev/null +++ b/joinus.md @@ -0,0 +1,15 @@ +--- +icon: interact +date: 2022-08-21 +author: 党一桐 +article: false +timeline: false +--- + +# 加入我们 + +## 欢迎加入西安交通大学电子与信息学部学生科技协会 + +请填写下方报名表,并加入QQ群[725834956](https://qm.qq.com/cgi-bin/qm/qr?k=10NpAoY217BIwWtIsjrWjmhxwq-74ZD5&jump_from=webapi)以加入我们 + + \ No newline at end of file