Unverified 提交 6e666237 作者: fxjhello 提交者: GitHub

Merge pull request #679 from hzhaoy/master

Fix #675: 解决因vue前端代码有误导致镜像构建失败的问题
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
## 变更日志 ## 变更日志
参见 [变更日志](docs/CHANGELOG.md) 参见 [版本更新日志](https://github.com/imClumsyPanda/langchain-ChatGLM/releases)
## 硬件需求 ## 硬件需求
...@@ -229,7 +229,7 @@ Web UI 可以实现如下功能: ...@@ -229,7 +229,7 @@ Web UI 可以实现如下功能:
- [x] VUE 前端 - [x] VUE 前端
## 项目交流群 ## 项目交流群
<img src="img/qr_code_33.jpg" alt="二维码" width="300" height="300" /> <img src="img/qr_code_34.jpg" alt="二维码" width="300" height="300" />
🎉 langchain-ChatGLM 项目微信交流群,如果你也对本项目感兴趣,欢迎加入群聊参与讨论交流。 🎉 langchain-ChatGLM 项目微信交流群,如果你也对本项目感兴趣,欢迎加入群聊参与讨论交流。
...@@ -555,7 +555,7 @@ const options = computed(() => { ...@@ -555,7 +555,7 @@ const options = computed(() => {
return common return common
}) })
function handleSelect(key: 'copyText' | 'delete' | 'toggleRenderType') { function handleSelect(key: string) {
if (key == '清除会话') { if (key == '清除会话') {
handleClear() handleClear()
} }
...@@ -658,7 +658,6 @@ function searchfun() { ...@@ -658,7 +658,6 @@ function searchfun() {
<NDropdown <NDropdown
v-if="isMobile" v-if="isMobile"
:trigger="isMobile ? 'click' : 'hover'" :trigger="isMobile ? 'click' : 'hover'"
:placement="!inversion ? 'right' : 'left'"
:options="options" :options="options"
@select="handleSelect" @select="handleSelect"
> >
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论