论坛帖子列表

Change-Id: I69535db13798ec52939f047604357c5fe363e8cd

论坛帖子列表

Change-Id: Ie02a0bfee862cb46667f2c6cd069dab21e84eb6b

论坛帖子列表

Change-Id: I69535db13798ec52939f047604357c5fe363e8cd
diff --git a/src/pages/ForumPage.jsx b/src/pages/ForumPage.jsx
index 9734ab5..4e63170 100644
--- a/src/pages/ForumPage.jsx
+++ b/src/pages/ForumPage.jsx
@@ -1,19 +1,19 @@
-import React from 'react';
-import './ForumPage.css';
+// import React from 'react';
+// import './ForumPage.css';
 
-const ForumPage = () => {
-  return (
-    <div className="forum-container">
-      <h1>论坛</h1>
-      <div className="forum-post">
-        <h2>示例帖子标题</h2>
-        <p>这是一个示例帖子内容,用于测试论坛页面的显示效果。</p>
-      </div>
-      <div className="forum-comment">
-        <p>示例评论内容:这是一条测试评论。</p>
-      </div>
-    </div>
-  );
-};
+// const ForumPage = () => {
+//   return (
+//     <div className="forum-container">
+//       <h1>论坛</h1>
+//       <div className="forum-post">
+//         <h2>示例帖子标题</h2>
+//         <p>这是一个示例帖子内容,用于测试论坛页面的显示效果。</p>
+//       </div>
+//       <div className="forum-comment">
+//         <p>示例评论内容:这是一条测试评论。</p>
+//       </div>
+//     </div>
+//   );
+// };
 
-export default ForumPage;
\ No newline at end of file
+// export default ForumPage;
\ No newline at end of file