Skip to content

Commit e89a7d4

Browse files
ChenChen
authored andcommitted
Release 1.1.2
1 parent 8a06095 commit e89a7d4

File tree

5 files changed

+36815
-7
lines changed

5 files changed

+36815
-7
lines changed

0Base/Base.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- @Author: Webster
22
-- @Date: 2015-01-21 15:21:19
33
-- @Last Modified by: Webster
4-
-- @Last Modified time: 2015-11-03 15:40:31
4+
-- @Last Modified time: 2015-11-09 09:57:45
55

66
-- these global functions are accessed all the time by the event handler
77
-- so caching them is worth the effort
@@ -19,7 +19,7 @@ local ROOT_PATH = "interface/JH/0Base/"
1919
local DATA_PATH = "interface/JH/@DATA/"
2020
local SHADOW_PATH = "interface/JH/0Base/item/shadow.ini"
2121
local ADDON_PATH = "interface/JH/"
22-
local _VERSION_ = 0x1010100
22+
local _VERSION_ = 0x1010200
2323

2424
---------------------------------------------------------------------
2525
-- 多语言处理
@@ -72,7 +72,7 @@ do
7272
end
7373

7474
local _JH = {
75-
szBuildDate = "20151103",
75+
szBuildDate = "20151109",
7676
szTitle = _L["JH, JX3 Plug-in Collection"],
7777
tHotkey = {},
7878
tAnchor = {},

DBM/data/zhcn_default.jx3dat

354 KB
Binary file not shown.

DBM/data/zhtw_default.jx3dat

Lines changed: 36808 additions & 1 deletion
Large diffs are not rendered by default.

GKP/GKP.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- @Author: Webster
22
-- @Date: 2015-01-21 15:21:19
33
-- @Last Modified by: Webster
4-
-- @Last Modified time: 2015-11-08 06:11:34
4+
-- @Last Modified time: 2015-11-08 06:19:55
55

66
-- 早期代码 需要重写
77

JH_CHANGELOG.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
 * 优化:[技能CD监控] 排序会变动的问题。
2-
* 修复:[GKP] 特殊分配操作还是会弹出记录的问题。
3-
* 修复:[技能CD监控] 移除不准确的秘籍和奇穴帕丁,修正五毒新技能没有加入补天统计的问题。
2+
* 修复:[GKP] 部分分配操作会弹出记录框的问题。
3+
* 修复:[技能CD监控] 部分技能时间不正确的问题。
4+
* 修复:[技能CD监控] 五毒新技能没有加入补天心法统计的问题。
45
-----------------------------------------
56
* 新增:[技能CD监控] 新增部分重要技能监控,可自行勾选。
67
* 优化:[技能CD监控] 支持部分技能奇穴/秘籍判定。

0 commit comments

Comments
 (0)