mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-22 16:43:35 +00:00
style: 仪表板组件样式优化
This commit is contained in:
@@ -5669,7 +5669,7 @@ router.get('/account-usage-trend', authenticateAdmin, async (req, res) => {
|
||||
|
||||
const topAccounts = Array.from(accountCostTotals.entries())
|
||||
.sort((a, b) => b[1] - a[1])
|
||||
.slice(0, 30)
|
||||
.slice(0, 20)
|
||||
.map(([accountId]) => accountId)
|
||||
|
||||
return res.json({
|
||||
|
||||
Reference in New Issue
Block a user