docs(admin): clarify subscription quota uses margin multiplier in billing UI

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-08-28 20:31:38 +08:00
parent ec38ee086d
commit 86c7c5fb08
+2 -1
View File
@@ -326,7 +326,8 @@ function FormulaConfigForm({
</label> </label>
<p className="muted"> <p className="muted">
USD × {draft.usdCnyRate} × {draft.marginMultiplier} USD × {draft.usdCnyRate} × {draft.marginMultiplier}
Token × {draft.marginMultiplier}
</p> </p>
<button type="submit" className="send-btn" disabled={saving || envLocked}> <button type="submit" className="send-btn" disabled={saving || envLocked}>