Feat: App folder and permission (#1726)

* app folder

* feat: app foldere

* fix: run app param error

* perf: select app ux

* perf: folder rerender

* fix: ts

* fix: parentId

* fix: permission

* perf: loading ux

* perf: per select ux

* perf: clb context

* perf: query extension tip

* fix: ts

* perf: app detail per

* perf: default per
This commit is contained in:
Archer
2024-06-11 10:16:24 +08:00
committed by GitHub
parent b20d075d35
commit bc6864c3dc
89 changed files with 2495 additions and 695 deletions

View File

@@ -16,7 +16,9 @@ weight: 821
## V4.8.4 更新说明
1. 新增 - 应用使用新权限系统。
2. 优化 - 文本分割增加连续换行、制表符清除,避免大文本性能问题
3. 修复 - Debug 模式下,相同 source 和 target 内容,导致连线显示异常
4. 修复 - 定时执行初始化错误
5. 调整组件库全局theme
2. 新增 - 应用支持文件夹
3. 优化 - 文本分割增加连续换行、制表符清除,避免大文本性能问题
4. 修复 - Debug 模式下,相同 source 和 target 内容,导致连线显示异常
5. 修复 - 定时执行初始化错误
6. 修复 - 应用调用传参异常。
7. 调整组件库全局theme。