Skip to content

Commit 260ea16

Browse files
committed
release: 27.1.10
1 parent db09e8f commit 260ea16

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

22
# 更新日志
33

4+
## 茗伊插件集 v27.1.10
5+
6+
* [背包助手] 当存在官方仓库搜索功能时屏蔽插件仓库搜索功能
7+
48
## 茗伊插件集 v27.1.9
59

610
* [基础库] 修复在跨服状态下上线报错的问题

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