Skip to content
Closed
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.20

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

## 茗伊插件集 v27.1.19

* [聊天助手] 修复部分聊天频道无法显示聊天复制的问题
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_ = '20250814'
local _VERSION_ = '27.1.19'
local _BUILD_ = '20250815'
local _VERSION_ = '27.1.20'
local _MENU_COLOR_ = {255, 165, 79}
local _INTERFACE_ROOT_ = 'Interface/'
local _ADDON_ROOT_ = _INTERFACE_ROOT_ .. _NAME_SPACE_ .. '/'
Expand Down