feat(pricing): 新增按模型分级定价表(C 方案:编程/高性能/低价好用)
Some checks failed
continuous-integration/drone/push Build is passing
CI / test (push) Has been cancelled
CI / frontend (push) Has been cancelled
CI / golangci-lint (push) Has been cancelled
Security Scan / backend-security (push) Has been cancelled
Security Scan / frontend-security (push) Has been cancelled
Some checks failed
continuous-integration/drone/push Build is passing
CI / test (push) Has been cancelled
CI / frontend (push) Has been cancelled
CI / golangci-lint (push) Has been cancelled
Security Scan / backend-security (push) Has been cancelled
Security Scan / frontend-security (push) Has been cancelled
在 Pricing 页 calc-section 之后、works-everywhere 之前插入 model pricing section,3 组共 19 个模型卡片,参照对标站 aiberm 真实定价: - 编程模型 (8): GPT-5.3 Codex -90% / Claude Opus 4.6 -81% 等 - 高性能模型 (7): Claude Opus 4.6 -26.4% / Gemini 3 Pro -63.2% 等 - 低价好用 (4): GPT-4o-mini -84.7% / Xiaomi Mimo -3% 等 样式沿用 puro 设计 token(card hover lift、provider 色卡)。 i18n 新增 pricing.modelPricing.* 命名空间(中英双语)。
This commit is contained in:
@@ -6867,6 +6867,17 @@ export default {
|
||||
a10Link: '文档',
|
||||
a10Part2: '。',
|
||||
},
|
||||
modelPricing: {
|
||||
kicker: '// model pricing',
|
||||
title: '按模型分级·透明定价',
|
||||
sub: '按 token 计费,价格已含折扣。无月费、无最低消费。下方数字为每百万 tokens 单价。',
|
||||
groupCoding: '编程模型',
|
||||
groupPerformance: '高性能模型',
|
||||
groupBudget: '低价好用模型',
|
||||
inputLabel: 'Input',
|
||||
outputLabel: 'Output',
|
||||
unit: '/ 百万 tokens',
|
||||
},
|
||||
finalCta: {
|
||||
kicker: '// ready to start',
|
||||
title: '5 分钟,拿到你第一个 sk-puro-* key',
|
||||
|
||||
Reference in New Issue
Block a user