fix: unify pricing labels and expand marketplace pricing display

Keep the model pricing editor wording aligned with the new price-based UI while exposing cache, image, and audio pricing in the marketplace so users can see the full configured pricing model.
This commit is contained in:
CaIon
2026-03-06 22:33:51 +08:00
parent 50ec2bac6b
commit 8d7d880db5
13 changed files with 183 additions and 114 deletions

View File

@@ -491,7 +491,7 @@ export default function ModelPricingEditor({
}
/>
<PriceInput
label={t('提示缓存价格')}
label={t('缓存读取价格')}
value={selectedModel.cachePrice}
placeholder={t('输入 $/1M tokens')}
onChange={(value) => handleNumericFieldChange('cachePrice', value)}