Skip to content

Commit a4030e0

Browse files
committed
release: 22.0.3
1 parent dd5154d commit a4030e0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11

22
# 更新日志
33

4+
## 茗伊插件集 v22.0.3
5+
6+
* [基础库] 修复复选框高度错误导致图标变小的问题
7+
* [目标监控] 按要求禁止无界心法在竞技类地图下使用目标监控
8+
* [团队监控] 按要求禁止无界心法在竞技类地图下使用团队监控
9+
* [团队面板] 按要求禁止无界心法在竞技类地图下使用气劲监控模块
10+
411
## 茗伊插件集 v22.0.2
512

613
* [聊天记录] 修复初始化可能会报错的问题

MY_!Base/src/lib/Base.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ local CODE_PAGE = {
4646
}
4747

4848
local _NAME_SPACE_ = 'MY'
49-
local _BUILD_ = '20240607'
50-
local _VERSION_ = '22.0.2'
49+
local _BUILD_ = '20240610'
50+
local _VERSION_ = '22.0.3'
5151
local _MENU_COLOR_ = {255, 165, 79}
5252
local _INTERFACE_ROOT_ = 'Interface/'
5353
local _ADDON_ROOT_ = _INTERFACE_ROOT_ .. _NAME_SPACE_ .. '/'

0 commit comments

Comments
 (0)