Skip to content

Commit

Permalink
Release V65
Browse files Browse the repository at this point in the history
  • Loading branch information
tinymins committed Dec 19, 2016
1 parent d13f6b4 commit 4f67e1e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MY_!Base/src/MY.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- @Date : 2014-11-24 08:40:30
-- @Email : [email protected]
-- @Last modified by: Emil Zhai
-- @Last modified time: 2016-12-14 15:14:02
-- @Last modified time: 2016-12-19 16:23:46
-- @Ref: 借鉴大量海鳗源码 @haimanchajian.com
--------------------------------------------
-- #################################################################################################################################### --
Expand Down Expand Up @@ -115,8 +115,8 @@ MY = {}
--------------------------------------------------------------------------------------------------------------------------------------------
-- 本地函数变量
--------------------------------------------------------------------------------------------------------------------------------------------
local _BUILD_ = "20161214"
local _VERSION_ = 0x2006400
local _BUILD_ = "20161219"
local _VERSION_ = 0x2006500
local _DEBUGLV_ = tonumber(LoadLUAData('interface/my.debug.level') or nil) or 4
local _DELOGLV_ = tonumber(LoadLUAData('interface/my.delog.level') or nil) or 4
local _NORESTM_ = tonumber(LoadLUAData('interface/my.nrtim.level') or nil) or -1
Expand Down
8 changes: 8 additions & 0 deletions MY_CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
茗伊插件集 v65
* [聊天过滤]添加遗漏的系统频道
* [弧形血条]霸刀门派不再显示内力条
* [聊天记录]临时禁用重伤记录和交易流水防止顿卡
* [门派染色]丢弃旧版缓存数据防止客户端加载缓慢
* [聊天记录]新增按钮可以一键查看单个频道记录
* [聊天记录]界面位置经常恢复到游戏中央的问题

茗伊插件集 v64
* [结构调整]大量重构代码 优化性能
* [战斗统计]霸刀颜色显示错误的问题
Expand Down

0 comments on commit 4f67e1e

Please sign in to comment.