style: 优化api-stats布局

This commit is contained in:
shaw
2025-09-28 14:54:24 +08:00
parent b123cc35c1
commit 5e015e87e0
4 changed files with 402 additions and 389 deletions

View File

@@ -558,7 +558,6 @@ class ClaudeAccountService {
return {
id: accountData.id,
name: accountData.name,
accountType: accountData.accountType || 'shared',
platform: accountData.platform || 'claude',
isActive: accountData.isActive === 'true',

View File

@@ -833,7 +833,6 @@ async function getAccountOverview(accountId) {
return {
id: accountData.id,
name: accountData.name,
accountType: accountData.accountType || 'shared',
platform: accountData.platform || 'openai',
isActive: accountData.isActive === 'true',