Support Balance Query for DeepSeek

This commit is contained in:
Gk0Wk
2024-11-25 15:59:39 +08:00
parent 6ab87f8a08
commit 7d5c0959b2
3 changed files with 40 additions and 4 deletions

View File

@@ -52,6 +52,8 @@ function renderBalance(type, balance) {
return <span>¥{balance.toFixed(2)}</span>;
case 13: // AIGC2D
return <span>{renderNumber(balance)}</span>;
case 36: // DeepSeek
return <span>¥{balance.toFixed(2)}</span>;
case 44: // SiliconFlow
return <span>¥{balance.toFixed(2)}</span>;
default: