Skip to content

Commit

Permalink
Update index.es
Browse files Browse the repository at this point in the history
  • Loading branch information
TrickLin authored Oct 22, 2023
1 parent 94b2e63 commit 6e04b31
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion index.es
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let combined_type = 0, preEscape = [], escapeList = [], api_cell_data = 0;
let quest_clear_id = -1, questlist = [], questDate = 0; // 任务日期与任务列表同步更新
let friendly_status = { flag: 0, type: 0 }; // 友军状态,是否邀请,是否强力
let friendly_data = {} // 友军数据暂存 为了保存出击前后的喷火数,延迟发送
let version = '3.3.10'
let version = '3.3.11'
let formation = '' // 阵型选择
let api_xal01 = '' // 是否削甲
let firenumBefore = 0 // 进入海图时的喷火数量
Expand Down Expand Up @@ -712,7 +712,23 @@ let handleGameRequest = (e) => {
quest_clear_id = Number(body.api_quest_id);
break;
case '/kcsapi/api_req_sortie/battle':
case '/kcsapi/api_req_sortie/airbattle':
case '/kcsapi/api_req_sortie/ld_airbattle':
case '/kcsapi/api_req_sortie/ld_shooting':
case '/kcsapi/api_req_combined_battle/battle':
case '/kcsapi/api_req_combined_battle/battle_water':
case '/kcsapi/api_req_combined_battle/airbattle':
case '/kcsapi/api_req_combined_battle/ld_airbattle':
case '/kcsapi/api_req_combined_battle/ld_shooting':
case '/kcsapi/api_req_combined_battle/ec_battle':
case '/kcsapi/api_req_combined_battle/each_battle':
case '/kcsapi/api_req_combined_battle/each_battle_water':
case '/kcsapi/api_req_combined_battle/sp_midnight':
case '/kcsapi/api_req_combined_battle/ec_night_to_day':
case '/kcsapi/api_req_combined_battle/midnight_battle':
case '/kcsapi/api_req_battle_midnight/battle':
case '/kcsapi/api_req_battle_midnight/sp_midnight':
case '/kcsapi/api_req_combined_battle/ec_midnight_battle':
api_smoke_flag = body.api_smoke_flag || null
break;
}
Expand Down

0 comments on commit 6e04b31

Please sign in to comment.