mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-13 04:58:28 +08:00
fix(ui): 简化模型定价标签显示
将"输入/输出"改为"入/出"以节省空间
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
>
|
||||
<!-- 按 Token 计费 -->
|
||||
<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">
|
||||
${{ formatPrice(model.effective_input_price) }}/${{ formatPrice(model.effective_output_price) }}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user