mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
Refine OAuth auto cleanup conditions
(cherry picked from commit 78826eae47ab18ace6931dd190a41070416b5e10)
This commit is contained in:
@@ -38,7 +38,7 @@ describe('poolAdvancedDialog', () => {
|
||||
{
|
||||
key: 'auto_remove_banned_keys',
|
||||
label: '异常自动清除',
|
||||
description: '仅在检测到不可恢复的账号异常时自动从号池移除,不处理纯 Token 失效。',
|
||||
description: '检测到不可恢复账号异常,或 RT 与 AT 均失效时自动从号池移除。',
|
||||
},
|
||||
{
|
||||
key: 'skip_exhausted_accounts',
|
||||
|
||||
@@ -45,7 +45,7 @@ export function buildPoolHealthToggleCards(): PoolHealthToggleCard[] {
|
||||
{
|
||||
key: 'auto_remove_banned_keys',
|
||||
label: '异常自动清除',
|
||||
description: '仅在检测到不可恢复的账号异常时自动从号池移除,不处理纯 Token 失效。',
|
||||
description: '检测到不可恢复账号异常,或 RT 与 AT 均失效时自动从号池移除。',
|
||||
},
|
||||
{
|
||||
key: 'skip_exhausted_accounts',
|
||||
|
||||
Reference in New Issue
Block a user