Skip to content

Commit

Permalink
Release V84
Browse files Browse the repository at this point in the history
  • Loading branch information
tinymins committed Dec 29, 2017
1 parent 6d768c6 commit fc3015a
Show file tree
Hide file tree
Showing 2 changed files with 5 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_ = "20171212"
local _VERSION_ = 0x2008300
local _BUILD_ = "20171229"
local _VERSION_ = 0x2008400
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
3 changes: 3 additions & 0 deletions MY_CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
茗伊插件集 v84
* [插件界面] 重制并调整界面资源

茗伊插件集 v83
* [焦点列表] 增加是否显示为三维坐标距离的开关
* [背包搜索] 修复帮会仓库搜索失效的问题
Expand Down

0 comments on commit fc3015a

Please sign in to comment.