Ver Fonte

no message

Ryuiso há 1 ano atrás
pai
commit
d5a7881c67
2 ficheiros alterados com 2 adições e 3 exclusões
  1. 1 2
      README.md
  2. 1 1
      app/components/chat.tsx

+ 1 - 2
README.md

@@ -5,8 +5,7 @@
 
 ## 部署
 - 打包成功后会在.next文件夹下生成standalone static两个文件夹
-- standalone相当于一个express应用,包含server.js和少量的服务端依赖node_modules
-static是前端包
+- standalone相当于一个express应用,包含server.js和少量的服务端依赖node_modules static是前端包
 - 部署时,需要拷贝static到standalone/.next文件夹下,拷贝外层public文件夹到standalone下
 - 进入standalone目录,执行node server.js即可启动服务
 

+ 1 - 1
app/components/chat.tsx

@@ -1407,7 +1407,7 @@ function _Chat() {
             className={`window-header-main-title ${styles["chat-body-main-title"]}`}
           // onClickCapture={() => setIsEditingMessage(true)}
           >
-            建科招聘智能助理
+            建科小K
           </div>
           <div className="window-header-sub-title">
             {Locale.Chat.SubTitle(session.messages.length)}