yourname před 6 měsíci
rodič
revize
992f451706
1 změnil soubory, kde provedl 9 přidání a 6 odebrání
  1. 9 6
      src/client/home/index.tsx

+ 9 - 6
src/client/home/index.tsx

@@ -26,7 +26,7 @@ const Home = () => {
           <div style={{ fontSize: "1.5rem", fontWeight: "bold", color: "#1f2937" }}>
             Excel to JSON 转换平台
           </div>
-          <a href="/admin/home" style={{ 
+          <a href="/member/home" style={{ 
             padding: "0.5rem 1rem", 
             backgroundColor: "#1d4ed8", 
             color: "#fff", 
@@ -70,7 +70,7 @@ const Home = () => {
             justifyContent: "center",
             gap: "1rem"
           }}>
-            <a href="/admin/home" style={{ 
+            <a href="/member/home" style={{ 
               padding: "0.75rem 1.5rem", 
               backgroundColor: "#fff", 
               color: "#1d4ed8", 
@@ -80,7 +80,7 @@ const Home = () => {
             }}>
               开始使用
             </a>
-            <a href="/admin/api-playground" style={{ 
+            <a href="/member/api-playground" style={{ 
               padding: "0.75rem 1.5rem", 
               backgroundColor: "#1e40af", 
               color: "#fff", 
@@ -238,7 +238,7 @@ const Home = () => {
               justifyContent: "center",
               gap: "1rem"
             }}>
-              <a href="/admin/templates" style={{ 
+              <a href="/member/templates" style={{ 
                 padding: "0.75rem 1.5rem", 
                 backgroundColor: "#1d4ed8", 
                 color: "#fff", 
@@ -248,7 +248,7 @@ const Home = () => {
               }}>
                 浏览模板库
               </a>
-              <a href="/admin/template/add" style={{ 
+              <a href="/member/template/add" style={{ 
                 padding: "0.75rem 1.5rem", 
                 backgroundColor: "#10b981", 
                 color: "#fff", 
@@ -281,9 +281,12 @@ const Home = () => {
             gap: "1.5rem", 
             marginBottom: "1rem" 
           }}>
-            <a href="/admin/home" style={{ color: "#9ca3af", textDecoration: "none" }}>
+            <a href="/member/home" style={{ color: "#9ca3af", textDecoration: "none" }}>
               用户中心
             </a>
+            {/* <a href="/admin" style={{ color: "#9ca3af", textDecoration: "none" }}>
+              管理后台
+            </a> */}
           </div>
           <p style={{ color: "#9ca3af", fontSize: "0.875rem" }}>
             &copy; 2023 Excel to JSON 转换平台. 保留所有权利.