chore: 添加注释

This commit is contained in:
1808837298@qq.com
2024-05-21 21:16:17 +08:00
parent cf8fe63fb6
commit d860289601
2 changed files with 3 additions and 1 deletions

View File

@@ -146,6 +146,7 @@ const ModelPricing = () => {
render: (text, record, index) => {
let content = text;
if (record.quota_type === 0) {
// 这里的 *2 是因为 1倍率=0.002刀,请勿删除
let inputRatioPrice = record.model_ratio * 2 * record.group_ratio;
let completionRatioPrice =
record.model_ratio *