Merge pull request #98 from SuanmoSuanyangTechnology/feature/agent-tool_xjn

feat(home page)
This commit is contained in:
Mark
2026-01-13 18:45:32 +08:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ class HomePageService:
:return: 对应版本的详细介绍
"""
# 1. 定义 JSON 文件路径(使用 Path 处理跨平台路径问题)
json_file_path = Path(__file__).parent.parent.parent / "version_info.json"
json_file_path = Path(__file__).parent.parent / "version_info.json"
# 转换为绝对路径,便于调试
json_abs_path = json_file_path.resolve()