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 07a751f commit 131d7ebCopy full SHA for 131d7eb
CHANGELOG.md
@@ -1,6 +1,10 @@
1
2
# 更新日志
3
4
+## 茗伊插件集 v27.1.16
5
+
6
+* [团队监控] 修复帮会领地钓鱼提示无法显示的问题
7
8
## 茗伊插件集 v27.1.15
9
10
* [团队监控] 按要求在竞技地图内禁用团队监控
MY_!Base/src/lib/Base.lua
@@ -51,8 +51,8 @@ local CODE_PAGE = {
51
}
52
53
local _NAME_SPACE_ = 'MY'
54
-local _BUILD_ = '20250730'
55
-local _VERSION_ = '27.1.15'
+local _BUILD_ = '20250801'
+local _VERSION_ = '27.1.16'
56
local _MENU_COLOR_ = {255, 165, 79}
57
local _INTERFACE_ROOT_ = 'Interface/'
58
local _ADDON_ROOT_ = _INTERFACE_ROOT_ .. _NAME_SPACE_ .. '/'
0 commit comments