新增求种页面

Change-Id: I8b4fd771aa9ea25ca086998be6103957dc3df1cc
diff --git a/front/src/MoviePage.js b/front/src/MoviePage.js
index b01d324..cdc8112 100644
--- a/front/src/MoviePage.js
+++ b/front/src/MoviePage.js
@@ -8,6 +8,7 @@
 import PersonIcon from "@mui/icons-material/Person";

 import AccountCircleIcon from "@mui/icons-material/AccountCircle";

 import ForumIcon from "@mui/icons-material/Forum";

+import HelpIcon from "@mui/icons-material/Help";

 import { useNavigate } from "react-router-dom";

 import "./App.css";

 import { API_BASE_URL } from "./config";

@@ -21,7 +22,8 @@
   { label: "体育", icon: <SportsMartialArtsIcon />, path: "/sport" },

   { label: "资料", icon: <PersonIcon />, path: "/info" },

   { label: "论坛", icon: <ForumIcon />, path: "/forum" },

-  { label: "发布", icon: <AccountCircleIcon />, path: "/publish" }, // Added Publish option

+  { label: "发布", icon: <AccountCircleIcon />, path: "/publish" },

+  { label: "求种", icon: <HelpIcon />, path: "/begseed" },

 ];

 

 const areaTabs = [