新增代码检索功能、提升业务转码效率等
This commit is contained in:
@@ -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 |
@@ -0,0 +1,11 @@
|
||||
# 1.4.0
|
||||
|
||||
1.提升业务转码性能;
|
||||
|
||||
2.元数据更新支持增量更新和强制全量更新;
|
||||
|
||||
3.新增代码检索功能;
|
||||
|
||||
4.支持函数调用链路分析;
|
||||
|
||||
5.支持全局文字可选中复制及表格Ctrl+C导出;
|
||||
@@ -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) |
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
# 代码检索
|
||||
|
||||
支持"转码业务"、"非转码业务"调用链路查询和导出
|
||||
|
||||
## 转码业务
|
||||
支持查询调用链路和导出查询函数所涉及的文件以及调用链路导出
|
||||
<img src="转码业务.png" alt="转码业务"/>
|
||||
|
||||
## 非转码业务
|
||||
支持查询调用链路和调用链路导出
|
||||
<img src="非转码业务.png" alt="非转码业务"/>
|
||||
@@ -30,3 +30,5 @@
|
||||
|
||||
## 快速跳转
|
||||
[业务转码](http://10.20.163.105:6045/uft3changecode/业务转码.html)
|
||||
|
||||
[代码检索](http://10.20.163.105:6045/uft3changecode/业务转码.html)
|
||||
|
||||
Reference in New Issue
Block a user