chore: bump version to 4.5.3
This commit is contained in:
@@ -4,7 +4,7 @@ import os
|
|||||||
|
|
||||||
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
|
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
|
||||||
|
|
||||||
VERSION = "4.5.2"
|
VERSION = "4.5.3"
|
||||||
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
|
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
|
||||||
|
|
||||||
# 默认配置
|
# 默认配置
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
## What's Changed
|
||||||
|
|
||||||
|
> hotfix version of 4.5.2
|
||||||
|
|
||||||
|
1. 修复:修正 `get_tool_list` 方法中工具字典推导式的错误导致的 WebUI MCP 页面工具列表无法显示的问题。
|
||||||
Reference in New Issue
Block a user