diff --git a/README.md b/README.md index 791bb55..692d5c0 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ ## 变更日志 -参见 [变更日志](docs/CHANGELOG.md)。 +参见 [版本更新日志](https://github.com/imClumsyPanda/langchain-ChatGLM/releases)。 ## 硬件需求 @@ -229,7 +229,7 @@ Web UI 可以实现如下功能: - [x] VUE 前端 ## 项目交流群 -二维码 +二维码 🎉 langchain-ChatGLM 项目微信交流群,如果你也对本项目感兴趣,欢迎加入群聊参与讨论交流。 diff --git a/img/qr_code_32.jpg b/img/qr_code_32.jpg deleted file mode 100644 index 7f90e40..0000000 Binary files a/img/qr_code_32.jpg and /dev/null differ diff --git a/img/qr_code_33.jpg b/img/qr_code_33.jpg deleted file mode 100644 index c9d9bde..0000000 Binary files a/img/qr_code_33.jpg and /dev/null differ diff --git a/img/qr_code_34.jpg b/img/qr_code_34.jpg new file mode 100644 index 0000000..ac5cd66 Binary files /dev/null and b/img/qr_code_34.jpg differ diff --git a/views/src/views/chat/index.vue b/views/src/views/chat/index.vue index b9eac9b..814005c 100644 --- a/views/src/views/chat/index.vue +++ b/views/src/views/chat/index.vue @@ -555,7 +555,7 @@ const options = computed(() => { return common }) -function handleSelect(key: 'copyText' | 'delete' | 'toggleRenderType') { +function handleSelect(key: string) { if (key == '清除会话') { handleClear() } @@ -658,7 +658,6 @@ function searchfun() {