Refine OAuth auto cleanup conditions

(cherry picked from commit 78826eae47ab18ace6931dd190a41070416b5e10)
This commit is contained in:
fawney19
2026-05-16 11:07:07 +08:00
parent f59cf1090d
commit f72ab383c9
8 changed files with 322 additions and 16 deletions

View File

@@ -38,7 +38,7 @@ describe('poolAdvancedDialog', () => {
{
key: 'auto_remove_banned_keys',
label: '异常自动清除',
description: '仅在检测到不可恢复账号异常时自动从号池移除,不处理纯 Token 失效。',
description: '检测到不可恢复账号异常,或 RT 与 AT 均失效时自动从号池移除。',
},
{
key: 'skip_exhausted_accounts',

View File

@@ -45,7 +45,7 @@ export function buildPoolHealthToggleCards(): PoolHealthToggleCard[] {
{
key: 'auto_remove_banned_keys',
label: '异常自动清除',
description: '仅在检测到不可恢复账号异常时自动从号池移除,不处理纯 Token 失效。',
description: '检测到不可恢复账号异常,或 RT 与 AT 均失效时自动从号池移除。',
},
{
key: 'skip_exhausted_accounts',