diff --git a/README.md b/README.md index 51ac4d0..19e693a 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ - 更改文档存储方式,支持选择文件夹 - 内网聊天新增ai对话,可保存对话历史,可更换模型和prompt - 新增可定义端口和访问路径,支持web端系统重启 +- 新增企业端gitee登录和github登录 ## 🏭 第三阶段目标(十二月底发布) 1. **文档处理与Markdown智能升级**: diff --git a/cloud/README.md b/cloud/README.md index 706b1eb..d2e751d 100644 --- a/cloud/README.md +++ b/cloud/README.md @@ -1,5 +1,7 @@ ## godocloud客户端安装帮助 +- cloud目录为企业版打包客户端而设定,可以自由定制客户端,根据以下步骤打包 + ### 第一步:安装nodejs ``` @@ -19,7 +21,7 @@ sudo chmod +x build.sh ``` #### windows环境下打包 -- 首先安装mingw-w64,进入命令行界面 +- 首先安装mingw-w32,进入命令行界面 ``` ./build.sh @@ -36,7 +38,7 @@ sudo chmod +x ./godocloud_linux_amd64 ``` - 访问地址:http://localhost:56781 -- 备注:如需更改端口地址,修改cloud/cmd/main.go中 +- 备注:如需更改端口地址,修改cloud/cmd/main.go中,改完之后要重新打包部署 ``` const serverAddress = ":56781" diff --git a/frontend/src/components/chat/Chat.vue b/frontend/src/components/chat/Chat.vue index 329cea9..f2a1f2e 100644 --- a/frontend/src/components/chat/Chat.vue +++ b/frontend/src/components/chat/Chat.vue @@ -1,46 +1,46 @@ diff --git a/frontend/src/components/chat/ChatMenu.vue b/frontend/src/components/chat/ChatMenu.vue index b499323..ec3fe20 100644 --- a/frontend/src/components/chat/ChatMenu.vue +++ b/frontend/src/components/chat/ChatMenu.vue @@ -1,34 +1,23 @@ diff --git a/frontend/src/system/member.ts b/frontend/src/system/member.ts index 9d412df..49641e5 100644 --- a/frontend/src/system/member.ts +++ b/frontend/src/system/member.ts @@ -5,7 +5,7 @@ export const memberList = [ content:"Chat", frame: true, width: 800, - height: 650, + height: 600, center: true, resizable: true, isDeskTop: true,