Skip to content

Commit 9cbb24b

Browse files
committed
Release V60
1 parent 3751023 commit 9cbb24b

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.Framework/src/MY.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- @Date : 2014-11-24 08:40:30
55
-- @Email : admin@derzh.com
66
-- @Last modified by: Emil Zhai
7-
-- @Last modified time: 2016-07-13 10:29:18
7+
-- @Last modified time: 2016-07-13 15:38:52
88
-- @Ref: 借鉴大量海鳗源码 @haimanchajian.com
99
--------------------------------------------
1010
-- #################################################################################################################################### --
@@ -117,8 +117,8 @@ MY = {}
117117
--------------------------------------------------------------------------------------------------------------------------------------------
118118
local _DEBUG_ = tonumber(LoadLUAData('interface/my.debug.level') or nil) or 4
119119
local _LOGLV_ = tonumber(LoadLUAData('interface/my.delog.level') or nil) or 4
120-
local _BUILD_ = "20160514"
121-
local _VERSION_ = 0x2005900
120+
local _BUILD_ = "20160713"
121+
local _VERSION_ = 0x2006000
122122
local _ADDON_ROOT_ = '/Interface/MY/'
123123
local _FRAMEWORK_ROOT_ = '/Interface/MY/.Framework/'
124124

MY_CHANGELOG.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
茗伊插件集 v60
2+
* [基础库]优化数据请求效率
3+
* [界面库]修复一些动画函数的BUG
4+
* [焦点列表]目标距离增加Z轴差计算
5+
* [BUFF监控]增加监控所有同名BUFF的选项
6+
* [聊天记录]从聊天助手中抽离出来 不需要此功能的侠士可选择不加载
7+
* [聊天过滤]增加忽略空格的选项 可以防止广告信息通过添加空格饶过屏蔽规则
8+
19
茗伊插件集 v59
210
* [常用工具]修复帮会成员高亮不会消失的问题
311

0 commit comments

Comments
 (0)