Skip to content

Commit

Permalink
v3.3.12 f5不重置战斗数据
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 9, 2024
1 parent 6e04b31 commit 33b0137
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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.11'
let version = '3.3.12'
let formation = '' // 阵型选择
let api_xal01 = '' // 是否削甲
let firenumBefore = 0 // 进入海图时的喷火数量
Expand Down Expand Up @@ -214,8 +214,8 @@ let handleGameResponse = (e) => {
// 进游戏或f5时重置数据
friendly_data = {}
battle_data = {}
hasLBAC = false
battle_data_list = []
// hasLBAC = false
// battle_data_list = []
break;
case '/kcsapi/api_req_map/start':
// 重置友军数据
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.3.11",
"version": "3.3.12",
"description": "Report game data for kcwiki",
"main": "index.es",
"scripts": {
Expand Down

0 comments on commit 33b0137

Please sign in to comment.