diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index b391b49..4bc1635 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -3,10 +3,12 @@ import { SITE_TITLE } from "../consts" import { ref } from "vue" import NavigationUser from "./NavigationUser.vue" -const menuList = ref<{ - link: string - name: string -}[]>([ +const menuList = ref< + { + link: string + name: string + }[] +>([ { link: "/archive", name: "目录", @@ -23,38 +25,44 @@ const menuList = ref<{ link: "/about", name: "关于我们", }, -]) - + { + link: "/join-us", + name: "加入我们", + }, +]); --- - diff --git a/src/pages/_assets/nbtca.mp4 b/src/pages/_assets/nbtca.mp4 new file mode 100644 index 0000000..aaa2d7d Binary files /dev/null and b/src/pages/_assets/nbtca.mp4 differ diff --git a/src/pages/join-us.astro b/src/pages/join-us.astro index 20d8225..7ea04f0 100644 --- a/src/pages/join-us.astro +++ b/src/pages/join-us.astro @@ -1,37 +1,40 @@ --- -import BaseLayout from "../layouts/BaseLayout.astro"; +import BaseLayout from "../layouts/BaseLayout.astro" +import mp4 from "./_assets/nbtca.mp4"; --- - -
-

在 NBTCA 生活

-

- - 加入我们,共同创造我们的社区。 - -

-
-

- 探索我们的资源和文化:这里有丰富的资源和注重包容、成长和独创性的协作文化,助你缔造精彩人生。 -

-
- + - +