Skip to content

Commit cb6b0c0

Browse files
committed
release: 27.1.13
1 parent a23ae6f commit cb6b0c0

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

22
# 更新日志
33

4+
## 茗伊插件集 v27.1.13
5+
6+
* [目标选择] 修复在绝境战场中可以被利用的问题
7+
* [背包助手] 修复在绝境战场等新背包地图中显示错乱问题
8+
* [角色统计] 修复装备统计界面问题
9+
* [角色统计] 优化界面默认大小
10+
* [角色统计] 修复不显示五行石的问题
11+
* [角色统计] 增加装备统计大附魔显示
12+
* [角色统计] 修复查看装备不显示镶嵌栏数据的问题
13+
414
## 茗伊插件集 v27.1.12
515

616
* [组队助手] 修复新版本兼容性问题

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_ = '20250616'
55-
local _VERSION_ = '27.1.12'
54+
local _BUILD_ = '20250722'
55+
local _VERSION_ = '27.1.13'
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)