Skip to content

Commit

Permalink
v3.2.16 修复友军舰队敌舰数据缺少联合二队
Browse files Browse the repository at this point in the history
Signed-off-by: b_marisa <[email protected]>
  • Loading branch information
b_marisa committed Mar 24, 2022
1 parent 246ce60 commit a3d4b0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 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.2.15'
let version = '3.2.16'
let formation = '' // 阵型选择
let api_xal01 = '' // 是否削甲
let firenumBefore = 0 // 进入海图时的喷火数量
Expand Down Expand Up @@ -108,6 +108,7 @@ let handleGameResponse = (e) => {
formation: formation, // 阵型选择
enemy: {
api_ship_ke: body.api_ship_ke, // 敌舰id数组
api_ship_ke2: body.api_ship_ke_combined ? body.api_ship_ke_combined : [], // 联合敌舰2队id数组
api_e_nowhps: body.api_e_nowhps, // 昼战后剩余血量
api_xal01: api_xal01, // 是否削甲
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poi-plugin-kcwiki-report",
"version": "3.2.15",
"version": "3.2.16",
"description": "Report game data for kcwiki",
"main": "index.es",
"scripts": {
Expand Down

0 comments on commit a3d4b0e

Please sign in to comment.