Skip to content

Commit 95919e7

Browse files
committed
release: 25.1.0
1 parent d7b2df1 commit 95919e7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11

22
# 更新日志
33

4+
## 茗伊插件集 v25.1.0
5+
6+
* [基础库] 信息浮动条增加分离模式
7+
* [基础库] 角色信息TIP增加按住CTRL显示拼音的功能
8+
* [金团拾取] 修复过图后界面没有自动关闭的问题
9+
* [头顶血条] 修复优先级冲突时可能报错的问题
10+
* [角色统计] 通过信息条分离模式实现旧版入口绕轻功气力球展示效果
11+
412
## 茗伊插件集 v25.0.3
513

614
* [焦点列表] 显示角色备注信息

MY_!Base/src/lib/Base.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ local CODE_PAGE = {
4646
}
4747

4848
local _NAME_SPACE_ = 'MY'
49-
local _BUILD_ = '20240716'
50-
local _VERSION_ = '25.0.3'
49+
local _BUILD_ = '20240719'
50+
local _VERSION_ = '25.1.0'
5151
local _MENU_COLOR_ = {255, 165, 79}
5252
local _INTERFACE_ROOT_ = 'Interface/'
5353
local _ADDON_ROOT_ = _INTERFACE_ROOT_ .. _NAME_SPACE_ .. '/'

0 commit comments

Comments
 (0)