完善虎牙自动注册改密
This commit is contained in:
@@ -22,6 +22,7 @@ const STATUS_LABELS: Record<string, string> = {
|
||||
updated: '已更新',
|
||||
password_imported: '待登录',
|
||||
login_success: '登录成功',
|
||||
password_changed: '已改密',
|
||||
login_failed: '登录失败',
|
||||
active: '正常',
|
||||
invalid: '失效',
|
||||
@@ -32,6 +33,7 @@ const STATUS_COLORS: Record<string, string> = {
|
||||
updated: 'cyan',
|
||||
password_imported: 'warning',
|
||||
login_success: 'success',
|
||||
password_changed: 'success',
|
||||
login_failed: 'error',
|
||||
active: 'success',
|
||||
invalid: 'error',
|
||||
|
||||
Reference in New Issue
Block a user