Skip to content

Commit 52cfb36

Browse files
committed
release: 27.1.9
1 parent 5f99469 commit 52cfb36

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+
## 茗伊插件集 v27.1.9
5+
6+
* [基础库] 修复在跨服状态下上线报错的问题
7+
* [背包助手] 当存在官方背包搜索功能时屏蔽插件背包搜索功能
8+
* [常用工具] 修复跨服情缘无法绑定的问题
9+
* [团队面板] 修复部分气劲图标无法正常获取显示的问题
10+
411
## 茗伊插件集 v27.1.8
512

613
* [门派染色] 修复一处报错的问题

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_ = '20250321'
55-
local _VERSION_ = '27.1.8'
54+
local _BUILD_ = '20250329'
55+
local _VERSION_ = '27.1.9'
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)