新增代码检索功能、提升业务转码效率等

This commit is contained in:
taocong
2026-07-21 17:08:23 +08:00
parent b86fc071c2
commit 389c6eeecd
32 changed files with 2858 additions and 241 deletions
+3 -1
View File
@@ -10,6 +10,7 @@
</toc-element>
<toc-element topic="功能转码.md">
<toc-element topic="业务转码.md"/>
<toc-element topic="代码检索.md"/>
</toc-element>
<toc-element topic="功能查询.md">
<toc-element topic="UFT3功能查询.md"/>
@@ -21,7 +22,8 @@
</toc-element>
<toc-element topic="元数据更新.md"/>
<toc-element topic="更新记录.md">
<toc-element topic="1-3-0.md"/>
<toc-element topic="update-1-4-0.md"/>
<toc-element topic="update-1-3-0.md"/>
<toc-element topic="update-1-2-0.md"/>
<toc-element topic="update-1-1-0.md"/>
<toc-element topic="update-1-0-0.md"/>
Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

+11
View File
@@ -0,0 +1,11 @@
# 1.4.0
1.提升业务转码性能;
2.元数据更新支持增量更新和强制全量更新;
3.新增代码检索功能;
4.支持函数调用链路分析;
5.支持全局文字可选中复制及表格Ctrl+C导出;
+1
View File
@@ -14,6 +14,7 @@
| 版本 | 更新日期 | 全量包 | 增量包 |
|-------|------------|----------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|
| 1.4.0 | 2026-07-21 | [Uft30ChangeCode-1.4.0.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.4.0.zip) | [Uft30ChangeCode-1.4.0-update.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.4.0-update.zip) |
| 1.3.0 | 2026-07-07 | [Uft30ChangeCode-1.3.0.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.3.0.zip) | [Uft30ChangeCode-1.3.0-update.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.3.0-update.zip) |
| 1.2.0 | 2026-07-02 | [Uft30ChangeCode-1.2.0.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.2.0.zip) | [Uft30ChangeCode-1.2.0-update.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.2.0-update.zip) |
| 1.1.0 | 2026-07-01 | [Uft30ChangeCode-1.1.0.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.1.0.zip) | [Uft30ChangeCode-1.1.0-update.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.1.0-update.zip) |
+11
View File
@@ -0,0 +1,11 @@
# 代码检索
支持"转码业务"、"非转码业务"调用链路查询和导出
## 转码业务
支持查询调用链路和导出查询函数所涉及的文件以及调用链路导出
<img src="转码业务.png" alt="转码业务"/>
## 非转码业务
支持查询调用链路和调用链路导出
<img src="非转码业务.png" alt="非转码业务"/>
+2
View File
@@ -30,3 +30,5 @@
## 快速跳转
[业务转码](http://10.20.163.105:6045/uft3changecode/业务转码.html)
[代码检索](http://10.20.163.105:6045/uft3changecode/业务转码.html)