feat: 部分语音聊天功能
This commit is contained in:
@@ -45,7 +45,20 @@ const { hiddenLeftSidebar, simpleMode } = storeToRefs(layoutStore);
|
||||
"
|
||||
to="/"
|
||||
>
|
||||
聊天
|
||||
对话
|
||||
</router-link>
|
||||
<router-link
|
||||
class="w-full h-[52px] px-8 flex items-center cursor-pointer"
|
||||
:class="
|
||||
$route.path === '/voice'
|
||||
? [
|
||||
'bg-[rgba(37,99,235,0.04)] text-[#0094c5] border-r-2 border-[#0094c5]'
|
||||
]
|
||||
: []
|
||||
"
|
||||
to="/voice"
|
||||
>
|
||||
语音聊天
|
||||
</router-link>
|
||||
|
||||
<div class="w-full h-full flex flex-col items-center text-[#0094c5]">
|
||||
|
||||
Reference in New Issue
Block a user