chore: update frontend tooling and Chinese copy
This commit is contained in:
@@ -395,13 +395,13 @@ watch([selectedWindow, selectedCapability, selectedVoiceWindow], () => {
|
||||
</div>
|
||||
</div>
|
||||
<div class="rounded-lg border border-white/80 bg-white px-3 py-3">
|
||||
<div class="text-xs text-gray-500">Finalize 转化率</div>
|
||||
<div class="text-xs text-gray-500">保存转化率</div>
|
||||
<div class="mt-1 text-lg font-semibold text-emerald-700">
|
||||
{{ voiceFinalizeRate }}%
|
||||
</div>
|
||||
</div>
|
||||
<div class="rounded-lg border border-white/80 bg-white px-3 py-3">
|
||||
<div class="text-xs text-gray-500">ASR / TTS 失败</div>
|
||||
<div class="text-xs text-gray-500">转写 / 语音失败</div>
|
||||
<div class="mt-1 text-lg font-semibold text-gray-800">
|
||||
{{ voiceAnalytics.asr_failures }} / {{ voiceAnalytics.tts_failures }}
|
||||
</div>
|
||||
@@ -446,7 +446,7 @@ watch([selectedWindow, selectedCapability, selectedVoiceWindow], () => {
|
||||
>
|
||||
<div class="flex flex-col gap-5 lg:flex-row lg:items-center lg:justify-between">
|
||||
<div>
|
||||
<h2 class="text-xl font-bold text-gray-800">Provider 运营摘要</h2>
|
||||
<h2 class="text-xl font-bold text-gray-800">供应商运营摘要</h2>
|
||||
<p class="mt-2 text-sm leading-6 text-gray-500">
|
||||
最近生成和资源补全留下的供应商调用轨迹。
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user