update:增加腾讯TTS、腾讯ASR供应器 (#918)

Co-authored-by: 欣南科技 <huangrongzhuang@xin-nan.com>
This commit is contained in:
hrz
2025-04-21 17:35:10 +08:00
committed by GitHub
co-authored by 欣南科技
parent 94605345e5
commit d945b94910
12 changed files with 92 additions and 57 deletions
@@ -23,12 +23,6 @@
<div class="settings-btn" @click="handleConfigure">
配置角色
</div>
<!-- <div class="settings-btn">-->
<!-- 声纹识别-->
<!-- </div>-->
<!-- <div class="settings-btn">-->
<!-- 历史对话-->
<!-- </div>-->
<div class="settings-btn" @click="handleDeviceManage">
设备管理({{ device.deviceCount }})
</div>
@@ -80,7 +74,7 @@ export default {
.settings-btn {
font-weight: 500;
font-size: 10px;
font-size: 12px;
color: #5778ff;
background: #e6ebff;
width: auto;
@@ -95,7 +89,7 @@ export default {
display: flex;
justify-content: space-between;
margin-top: 15px;
font-size: 10px;
font-size: 12px;
color: #979db1;
font-weight: 400;
}