We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46a2a2 commit ce04679Copy full SHA for ce04679
CHANGELOG.md
@@ -1,6 +1,12 @@
1
2
# 更新日志
3
4
+## 茗伊插件集 v27.1.18
5
+
6
+* [团队监控] 修复交互物件进入场景时报错的问题
7
+* [聊天助手] 修复新版聊天界面兼容问题
8
+* [常用工具] 修复新版聊天界面无法锁定位置问题
9
10
## 茗伊插件集 v27.1.17
11
12
* [团队监控] 按要求重新启用名剑大会团队监控
MY_!Base/src/lib/Base.lua
@@ -51,8 +51,8 @@ local CODE_PAGE = {
51
}
52
53
local _NAME_SPACE_ = 'MY'
54
-local _BUILD_ = '20250802'
55
-local _VERSION_ = '27.1.17'
+local _BUILD_ = '20250804'
+local _VERSION_ = '27.1.18'
56
local _MENU_COLOR_ = {255, 165, 79}
57
local _INTERFACE_ROOT_ = 'Interface/'
58
local _ADDON_ROOT_ = _INTERFACE_ROOT_ .. _NAME_SPACE_ .. '/'
0 commit comments