fix: system plugin run time error (#1754)

This commit is contained in:
Archer
2024-06-13 14:50:51 +08:00
committed by GitHub
parent b8b26ad700
commit 6385794603
6 changed files with 16 additions and 9 deletions

View File

@@ -30,8 +30,9 @@ curl --location --request POST 'https://{{host}}/api/admin/init/484' \
1. 新增 - 应用使用新权限系统。
2. 新增 - 应用支持文件夹。
3. 优化 - 文本分割增加连续换行、制表符清除,避免大文本性能问题。
4. 修复 - Debug 模式下,相同 source 和 target 内容,导致连线显示异常
5. 修复 - 定时执行初始化错误
6. 修复 - 应用调用传参异常
7. 修复 - ctrl + cv 复杂节点时nodeId错误。
8. 调整组件库全局theme。
4. 重要修复 - 修复系统插件运行池数据污染问题,由于从内存获取,会导致全局污染
5. 修复 - Debug 模式下,相同 source 和 target 内容,导致连线显示异常
6. 修复 - 定时执行初始化错误
7. 修复 - 应用调用传参异常。
8. 修复 - ctrl + cv 复杂节点时nodeId错误。
9. 调整组件库全局theme。