Skip to content

Commit

Permalink
Release V70
Browse files Browse the repository at this point in the history
  • Loading branch information
tinymins committed Feb 8, 2017
1 parent 53acee0 commit e252402
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MY_!Base/src/MY.lua
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ MY = {}
--------------------------------------------------------------------------------------------------------------------------------------------
-- 本地函数变量
--------------------------------------------------------------------------------------------------------------------------------------------
local _BUILD_ = "20170120"
local _VERSION_ = 0x2006900
local _BUILD_ = "20170208"
local _VERSION_ = 0x2007000
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
5 changes: 5 additions & 0 deletions MY_CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
茗伊插件集 v70
* [基础库]解决第一次进入游戏提示无法连接数据库的问题
* [聊天记录]开启实时入库选项后 新的聊天会实时刷新到界面上
* [背包搜索]从常用工具中分离出来 可以按需加载该子插件

茗伊插件集 v69
* [聊天记录]数据分表存储优化性能解决量大顿卡的问题
* [聊天记录]修复某些情况下删除失败的问题
Expand Down

0 comments on commit e252402

Please sign in to comment.