2 커밋 f7efacb601 ... 3509fbda48

작성자 SHA1 메시지 날짜
  sunsheng 3509fbda48 添加标题 1 개월 전
  sunsheng b6ca20f1c4 拉取最新 1 개월 전
2개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 1
      app/components/chat.tsx
  2. 2 1
      next.config.mjs

+ 4 - 1
app/components/chat.tsx

@@ -1856,7 +1856,7 @@ function _Chat() {
     <div className={styles.chat} key={session.id}>
       {
         <div className="window-header" data-tauri-drag-region>
-          <div style={{ display: 'flex', alignItems: 'center' }}
+          <div style={{ display: 'flex', alignItems: 'center' ,justifyContent: 'space-between',width:'auto' }}
             className={`window-header-title ${styles["chat-body-title"]}`}>
             {
               <div style={{ marginRight: 10 }}>
@@ -1920,6 +1920,9 @@ function _Chat() {
               </div>
             }
           </div>
+          <h3 style={{ color: '#111111',margin:0,padding:0 }}>
+                {messages.length>1 ? getAppName():''}
+          </h3>
           <div className="window-actions">
             <div className="window-action-button">
               <Popover

+ 2 - 1
next.config.mjs

@@ -94,7 +94,8 @@ if (mode !== "export") {
         source: "/bigmodel-api/:path*",
         // destination: "http://192.168.3.3:8091/:path*",
         // destination: "http://xia0miduo.gicp.net:8091/:path*",
-        destination: "http://192.168.3.123:8091/:path*",
+        // destination: "http://192.168.3.123:8091/:path*", // 公司
+        destination: "http://172.16.30.146:8090/:path*",
       },
       {
         source: "/deepseek-api/:path*",