fix: 修复管理后台分组页可用账号数显示错误

This commit is contained in:
honue 2026-05-16 11:16:56 +08:00
parent 6e66edbb09
commit 360f8dec1a

View File

@ -201,10 +201,7 @@
}}</span>
<span
class="ml-1 font-medium text-emerald-600 dark:text-emerald-400"
>{{
(row.active_account_count || 0) -
(row.rate_limited_account_count || 0)
}}</span
>{{ row.active_account_count || 0 }}</span
>
<span
class="ml-1 inline-flex items-center rounded bg-gray-100 px-1.5 py-0.5 font-medium text-gray-800 dark:bg-dark-600 dark:text-gray-300"