Skip to content

Commit 3fbeb6b

Browse files
committed
release: 27.1.14
1 parent 25619ae commit 3fbeb6b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

22
# 更新日志
33

4+
## 茗伊插件集 v27.1.14
5+
6+
* [战斗统计] 优化战斗统计队列效率
7+
* [团队监控] 修复团队监控可以监控到对战地图中其他玩家气劲的问题
8+
49
## 茗伊插件集 v27.1.13
510

611
* [目标选择] 修复在绝境战场中可以被利用的问题

MY_!Base/src/lib/Base.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ local CODE_PAGE = {
5151
}
5252

5353
local _NAME_SPACE_ = 'MY'
54-
local _BUILD_ = '20250722'
55-
local _VERSION_ = '27.1.13'
54+
local _BUILD_ = '20250729'
55+
local _VERSION_ = '27.1.14'
5656
local _MENU_COLOR_ = {255, 165, 79}
5757
local _INTERFACE_ROOT_ = 'Interface/'
5858
local _ADDON_ROOT_ = _INTERFACE_ROOT_ .. _NAME_SPACE_ .. '/'

0 commit comments

Comments
 (0)