diff --git a/src/pages/freshman/_assets/nbtca.gif b/src/pages/freshman/_assets/nbtca.gif new file mode 100644 index 0000000..515a25c Binary files /dev/null and b/src/pages/freshman/_assets/nbtca.gif differ diff --git a/src/pages/freshman/join.astro b/src/pages/freshman/join.astro index 521dcc4..d70b6a1 100644 --- a/src/pages/freshman/join.astro +++ b/src/pages/freshman/join.astro @@ -1,10 +1,12 @@ --- import BaseLayout from "../../layouts/BaseLayout.astro" -import ReactChild from "./react/join.tsx"; +import ReactChild from "./react/join.tsx" +import logo from "./_assets/nbtca.gif"; ---
+
diff --git a/src/pages/freshman/list.astro b/src/pages/freshman/list.astro index edf6058..2b2031e 100644 --- a/src/pages/freshman/list.astro +++ b/src/pages/freshman/list.astro @@ -1,10 +1,10 @@ --- import BaseLayout from "../../layouts/BaseLayout.astro" -import ReactChild from "./react/list.tsx"; +// import ReactChild from "./react/list.tsx"; --- - +
- +
diff --git a/src/pages/freshman/react/join.tsx b/src/pages/freshman/react/join.tsx index b731d9f..528ee86 100644 --- a/src/pages/freshman/react/join.tsx +++ b/src/pages/freshman/react/join.tsx @@ -11,6 +11,7 @@ export default function JoinForm() { phone: "", qq: "", email: "", + memo: "", }) const handleChange = (e: React.ChangeEvent) => { const { name, value } = e.target @@ -33,10 +34,23 @@ export default function JoinForm() { } } return ( -
+
- + + - +