From 38fde4223f1054b7745716677dca6a4bb3db4006 Mon Sep 17 00:00:00 2001 From: taocong Date: Thu, 2 Jul 2026 19:57:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eupdate=5Finfo.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + update_info.json | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 update_info.json diff --git a/.gitignore b/.gitignore index bcdec10..3cb46d6 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ !*.md !.gitignore !.gitkeep +!update_info.json diff --git a/update_info.json b/update_info.json new file mode 100644 index 0000000..f2e7001 --- /dev/null +++ b/update_info.json @@ -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.新增版本更新提示功能;" + } +}