mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-13 01:23:41 +08:00
chore: 添加注释
This commit is contained in:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user