帮助文档更新

This commit is contained in:
taocong 2026-07-07 10:39:12 +08:00
parent 9fdd342234
commit b86fc071c2
7 changed files with 15 additions and 3 deletions

View File

@ -21,6 +21,7 @@
</toc-element> </toc-element>
<toc-element topic="元数据更新.md"/> <toc-element topic="元数据更新.md"/>
<toc-element topic="更新记录.md"> <toc-element topic="更新记录.md">
<toc-element topic="1-3-0.md"/>
<toc-element topic="update-1-2-0.md"/> <toc-element topic="update-1-2-0.md"/>
<toc-element topic="update-1-1-0.md"/> <toc-element topic="update-1-1-0.md"/>
<toc-element topic="update-1-0-0.md"/> <toc-element topic="update-1-0-0.md"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -0,0 +1,5 @@
# 1.3.0
1.修复设置路径不生效
2.修复元数据更新后业务转码模块对函数检查状态异常问题

View File

@ -14,7 +14,8 @@
| 版本 | 更新日期 | 全量包 | 增量包 | | 版本 | 更新日期 | 全量包 | 增量包 |
|-------|------------|----------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------| |-------|------------|----------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|
| 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.1.0-update.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.2.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) | | 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) |
| 1.0.0 | 2026-06-01 | [Uft30ChangeCode-1.0.0.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.0.0.zip) | | | 1.0.0 | 2026-06-01 | [Uft30ChangeCode-1.0.0.zip](http://10.20.163.105:6045/download/uft3changecode/Uft30ChangeCode-1.0.0.zip) | |

View File

@ -1,3 +1,5 @@
# 函数替换 # 函数替换
Start typing here... uf2函数和uft3函数之间的映射关系支持增、删、改、查功能
<img src="函数替换.png" alt="函数替换"/>

View File

@ -1,3 +1,6 @@
# 表替换 # 表替换
Start typing here... uf2表和uft3表之间的映射关系支持增、删、改、查功能
<img src="表替换.png" alt="表替换"/>