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 0652a83 commit 2dba13eCopy full SHA for 2dba13e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# 更新日志
2
3
+## 茗伊插件集 v27.1.22
4
+
5
+* [背包助手] 屏蔽与官方重复的背包助手功能 *(remake)*
6
7
## 茗伊插件集 v27.1.21
8
9
* [背包助手] 延后周年庆前背包相关功能的下线计划 *(remake)*
MY_!Base/src/lib/Base.lua
@@ -51,8 +51,8 @@ local CODE_PAGE = {
51
}
52
53
local _NAME_SPACE_ = 'MY'
54
-local _BUILD_ = '20250820'
55
-local _VERSION_ = '27.1.21'
+local _BUILD_ = '20250903'
+local _VERSION_ = '27.1.22'
56
local _MENU_COLOR_ = {255, 165, 79}
57
local _INTERFACE_ROOT_ = 'Interface/'
58
local _ADDON_ROOT_ = _INTERFACE_ROOT_ .. _NAME_SPACE_ .. '/'
0 commit comments