Skip to content

Commit 79d98fc

Browse files
committed
Release V67
1 parent a96c1fa commit 79d98fc

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

MY_!Base/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-12-20 16:25:16
7+
-- @Last modified time: 2016-12-23 15:58:28
88
-- @Ref: 借鉴大量海鳗源码 @haimanchajian.com
99
--------------------------------------------
1010
-- #################################################################################################################################### --
@@ -115,8 +115,8 @@ MY = {}
115115
--------------------------------------------------------------------------------------------------------------------------------------------
116116
-- 本地函数变量
117117
--------------------------------------------------------------------------------------------------------------------------------------------
118-
local _BUILD_ = "20161220"
119-
local _VERSION_ = 0x2006600
118+
local _BUILD_ = "20161224, Merry Christmas!"
119+
local _VERSION_ = 0x2006700
120120
local _DEBUGLV_ = tonumber(LoadLUAData('interface/my.debug.level') or nil) or 4
121121
local _DELOGLV_ = tonumber(LoadLUAData('interface/my.delog.level') or nil) or 4
122122
local _NORESTM_ = tonumber(LoadLUAData('interface/my.nrtim.level') or nil) or -1

MY_CHANGELOG.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
茗伊插件集 v67
2+
* [基础库]BOSS列表每次都会重新生成的问题
3+
* [聊天记录]可能翻到第0页的问题
4+
* [聊天记录]让聊天记录默认页总是翻到最后一页
5+
* [聊天记录]记住勾选的频道下次打开保持原样
6+
* [聊天记录]某些情况下不能右键复制的问题
7+
18
茗伊插件集 v66
29
* [门派染色]修复门派染色不显示的问题
310
* [聊天记录]优化聊天记录解决游戏中顿卡的问题

0 commit comments

Comments
 (0)