Skip to content

Commit a6b4127

Browse files
committed
Release V63
1 parent dd98b3b commit a6b4127

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-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-09-22 14:52:24
7+
-- @Last modified time: 2016-10-14 18:08:07
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_ = "20160921"
121-
local _VERSION_ = 0x2006200
120+
local _BUILD_ = "20161016"
121+
local _VERSION_ = 0x2006300
122122
local _ADDON_ROOT_ = '/Interface/MY/'
123123
local _FRAMEWORK_ROOT_ = '/Interface/MY/.Framework/'
124124

MY_CHANGELOG.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
茗伊插件集 v63
2+
* [聊天过滤]修复忽略空格失效的问题
3+
* [聊天过滤]增加陌生人密聊频道的选项
4+
* [聊天过滤]被过滤掉的消息不再播放密聊提示音
5+
* [中地图搜索]不再记录一些烟花之类的临时物件
6+
17
茗伊插件集 v62
28
* [主界面]更新首页图片
39
* [聊天过滤]新增忽略全角半角的选项

0 commit comments

Comments
 (0)