优化客服CK重登流程

This commit is contained in:
yml2213
2026-08-14 14:43:21 +08:00
parent 1ed1eac205
commit bf2f78aa70
10 changed files with 550 additions and 162 deletions
+4
View File
@@ -22,6 +22,10 @@ const ACTION_OPTIONS = [
{ value: 'recharge:huya:create', label: '虎牙创建充值批次' },
{ value: 'recharge:huya:stop', label: '虎牙停止充值批次' },
{ value: 'recharge:huya:config', label: '虎牙充值配置' },
{ value: 'cookie:check', label: '检测账号 CK' },
{ value: 'cookie:relogin', label: '创建 CK 重登批次' },
{ value: 'cookie:relogin_invalid', label: '批量重登失效 CK' },
{ value: 'cookie:relogin_stop', label: '停止 CK 重登批次' },
];
const ACTION_LABELS = new Map(ACTION_OPTIONS.map((item) => [item.value, item.label]));