fix(ui): 简化模型定价标签显示

将"输入/输出"改为"入/出"以节省空间
This commit is contained in:
fawney19
2026-01-12 09:10:40 +08:00
parent 94abab3260
commit bde5bf4c76

View File

@@ -84,7 +84,7 @@
> >
<!-- Token 计费 --> <!-- Token 计费 -->
<template v-if="hasTokenPricing(model)"> <template v-if="hasTokenPricing(model)">
<span class="text-muted-foreground text-right">/:</span> <span class="text-muted-foreground text-right">/:</span>
<span class="font-mono font-semibold"> <span class="font-mono font-semibold">
${{ formatPrice(model.effective_input_price) }}/${{ formatPrice(model.effective_output_price) }} ${{ formatPrice(model.effective_input_price) }}/${{ formatPrice(model.effective_output_price) }}
</span> </span>