Skip to content

Commit 5dd9111

Browse files
authored
Merge branch 'master' into master
2 parents ffad5a0 + 25dc5fc commit 5dd9111

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 更新日志
22

3+
## 茗伊插件集 v27.1.21
4+
5+
* [背包助手] 延后周年庆前背包相关功能的下线计划 *(remake)*
6+
37
## 茗伊插件集 v27.1.20
48

59
* [目标监控] 修复招式监控“风流云散”时冷却时间不准确的问题

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_ = '20250818'
55-
local _VERSION_ = '27.1.20'
54+
local _BUILD_ = '20250820'
55+
local _VERSION_ = '27.1.21'
5656
local _MENU_COLOR_ = {255, 165, 79}
5757
local _INTERFACE_ROOT_ = 'Interface/'
5858
local _ADDON_ROOT_ = _INTERFACE_ROOT_ .. _NAME_SPACE_ .. '/'

MY_BagEx/src/MY_BagEx_Bag.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if not X.AssertVersion(MODULE_NAME, _L[MODULE_NAME], '^27.0.0') then
1818
return
1919
end
2020
--[[#DEBUG BEGIN]]X.ReportModuleLoading(MODULE_PATH, 'START')--[[#DEBUG END]]
21-
X.RegisterRestriction('MY_BagEx_Bag', { remake = true })
21+
X.RegisterRestriction('MY_BagEx_Bag', { remake = false })
2222
--------------------------------------------------------------------------------
2323

2424
local O = X.CreateUserSettingsModule(MODULE_NAME, _L['General'], {

MY_BagEx/src/MY_BagEx_GenericFilters.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if not X.AssertVersion(MODULE_NAME, _L[MODULE_NAME], '^27.0.0') then
1818
return
1919
end
2020
--[[#DEBUG BEGIN]]X.ReportModuleLoading(MODULE_PATH, 'START')--[[#DEBUG END]]
21-
X.RegisterRestriction('MY_BagEx_GenericFilters', { remake = true })
21+
X.RegisterRestriction('MY_BagEx_GenericFilters', { remake = false })
2222
--------------------------------------------------------------------------------
2323

2424
local O = X.CreateUserSettingsModule(MODULE_NAME, _L['General'], {

0 commit comments

Comments
 (0)