Forráskód Böngészése

补充跳转按钮

李富豪 3 hónapja
szülő
commit
9974bfcb82
2 módosított fájl, 7 hozzáadás és 3 törlés
  1. 5 0
      app/components/DeekSeekHome.tsx
  2. 2 3
      next.config.mjs

+ 5 - 0
app/components/DeekSeekHome.tsx

@@ -117,6 +117,11 @@ const DeekSeek: React.FC = () => {
                     }}>
                         DeepSeek问答
                     </div>
+                    <div style={{ whiteSpace: 'nowrap', marginRight: 20, color: '#98b4fa', cursor: 'pointer' }} onClick={() => {
+                        window.open('https://www.baidu.com/')
+                    }}>
+                        跳转进入工具
+                    </div>
                 </div>
                 <div className='deekSeek-content'>
                     <div className='deekSeek-content-title'>

+ 2 - 3
next.config.mjs

@@ -92,12 +92,11 @@ if (mode !== "export") {
       },
       {
         source: "/bigmodel-api/:path*",
-        destination: "http://192.168.3.27:8091/:path*",
-        // destination: "http://192.168.3.123:8091/:path*",
+        destination: "http://xia0miduo.gicp.net:8401/:path*",
       },
       {
         source: "/deepseek-api/:path*",
-        destination: "http://192.168.3.209:18078/:path*",
+        destination: "http://xia0miduo.gicp.net:8000/:path*",
       },
     ];