Commit f1beb488 by cherishsince

【解决todo】AI chat 标题后显示对话数量

parent 89deddb9
......@@ -13,6 +13,7 @@
<el-header class="header">
<div class="title">
{{ activeConversation?.title ? activeConversation?.title : '对话' }}
<span v-if="list.length">({{list.length}})</span>
</div>
<div class="btns" v-if="activeConversation">
<!-- TODO @fan:样式改下;这里我已经改成点击后,弹出了 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment