Merge pull request #679 from hzhaoy/master
Fix #675: 解决因vue前端代码有误导致镜像构建失败的问题
This commit is contained in:
commit
6e666237cd
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
## 变更日志
|
||||
|
||||
参见 [变更日志](docs/CHANGELOG.md)。
|
||||
参见 [版本更新日志](https://github.com/imClumsyPanda/langchain-ChatGLM/releases)。
|
||||
|
||||
## 硬件需求
|
||||
|
||||
|
|
@ -229,7 +229,7 @@ Web UI 可以实现如下功能:
|
|||
- [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 项目微信交流群,如果你也对本项目感兴趣,欢迎加入群聊参与讨论交流。
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 143 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 154 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 288 KiB |
|
|
@ -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() {
|
|||
<NDropdown
|
||||
v-if="isMobile"
|
||||
:trigger="isMobile ? 'click' : 'hover'"
|
||||
:placement="!inversion ? 'right' : 'left'"
|
||||
:options="options"
|
||||
@select="handleSelect"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue