增加斗鱼账号检测功能

This commit is contained in:
yml2213
2026-07-09 23:12:39 +08:00
parent 1f16193690
commit cd2d02c86e
16 changed files with 1206 additions and 53 deletions
+1
View File
@@ -7,6 +7,7 @@ interface CreateBatchParams {
max_login_retries?: number;
max_total_time?: number;
api_strategy?: string;
mode?: 'login' | 'check';
}
export const loginApi = {