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 770e00e commit 0eb0b20Copy full SHA for 0eb0b20
CHANGELOG.md
@@ -1,6 +1,12 @@
1
2
# 更新日志
3
4
+## 茗伊插件集 v27.1.17
5
+
6
+* [团队监控] 按要求重新启用名剑大会团队监控
7
+* [团队监控] 按要求禁止在副本外监控来自其他玩家的角色战斗事件
8
9
10
## 茗伊插件集 v27.1.16
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_ = '20250801'
55
-local _VERSION_ = '27.1.16'
+local _BUILD_ = '20250802'
+local _VERSION_ = '27.1.17'
56
local _MENU_COLOR_ = {255, 165, 79}
57
local _INTERFACE_ROOT_ = 'Interface/'
58
local _ADDON_ROOT_ = _INTERFACE_ROOT_ .. _NAME_SPACE_ .. '/'
0 commit comments