Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 更新日志

## 茗伊插件集 v27.1.22

* [背包助手] 屏蔽与官方重复的背包助手功能 *(remake)*

## 茗伊插件集 v27.1.21

* [背包助手] 延后周年庆前背包相关功能的下线计划 *(remake)*
Expand Down
4 changes: 2 additions & 2 deletions MY_!Base/src/lib/Base.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ local CODE_PAGE = {
}

local _NAME_SPACE_ = 'MY'
local _BUILD_ = '20250820'
local _VERSION_ = '27.1.21'
local _BUILD_ = '20250903'
local _VERSION_ = '27.1.22'
local _MENU_COLOR_ = {255, 165, 79}
local _INTERFACE_ROOT_ = 'Interface/'
local _ADDON_ROOT_ = _INTERFACE_ROOT_ .. _NAME_SPACE_ .. '/'
Expand Down