Merge pull request #2508 from honue/main

fix: 修复管理后台分组页可用账号数显示错误
This commit is contained in:
Wesley Liddick 2026-05-19 14:08:00 +08:00 committed by GitHub
commit 082216befc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"