新增update_info.json

This commit is contained in:
taocong 2026-07-02 19:57:34 +08:00
parent 1f33f0fbaa
commit 38fde4223f
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@
!*.md
!.gitignore
!.gitkeep
!update_info.json

11
update_info.json Normal file
View File

@ -0,0 +1,11 @@
{
"V1.0.0": {
"release_notes": "1. 支持业务转码;\n2. 支持代码uf20、uft3功能查找;\n3.支持帮助菜单和在线帮助文档;\n4.支持接口元数据更新;\n5.设置菜单UFT30项目环境路径、UF20项目环境路径、UF20账户环境路径、转码生成路径、支持弹窗选择目录。"
},
"V1.1.0": {
"release_notes": "1.支持2.0账户功能查询及业务转码"
},
"V1.2.0": {
"release_notes": "1.新增数据映射页面,表映射、函数映射;\n2.新增版本更新提示功能;"
}
}