Commit 8f6379a 1 parent acdd87b commit 8f6379a Copy full SHA for 8f6379a
File tree 3 files changed +3
-1
lines changed
components/views/chat2assistant
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const { isLeftClose } = toRefs(data)
39
39
<div ref =" chatAssistantRightRef" class =" chat-assistant-right" >
40
40
<!-- 隐藏/显示左边栏按钮 -->
41
41
<a-tooltip
42
- :content =" $t('chatWindow.closeLeft')"
42
+ :content =" isLeftClose ? $t('chatWindow.openLeft') : $t('chatWindow.closeLeft')"
43
43
position =" right"
44
44
mini
45
45
:content-style =" { fontSize: '12px' }"
Original file line number Diff line number Diff line change 238
238
"sharePreview" : " Share preview" ,
239
239
"shareDownload" : " Save image" ,
240
240
"closeLeft" : " Close sidebar" ,
241
+ "openLeft" : " Open sidebar" ,
241
242
"configMiss" : {
242
243
"OpenAI" : " OpenAI is not configured" ,
243
244
"Ollama" : " Ollama is not configured" ,
Original file line number Diff line number Diff line change 238
238
"sharePreview" : " 分享预览" ,
239
239
"shareDownload" : " 保存图片" ,
240
240
"closeLeft" : " 关闭边栏" ,
241
+ "openLeft" : " 展开边栏" ,
241
242
"configMiss" : {
242
243
"OpenAI" : " OpenAI 未配置" ,
243
244
"Ollama" : " Ollama 未配置" ,
You can’t perform that action at this time.
0 commit comments