🔱: [client] sync upgrade with 8 commits [trident-sync]

perf: 增加自定义组件示例
Merge remote-tracking branch 'origin/main'
refactor: fs-bpmn
refactor: integration fs-bpmn
refactor: 集成fs-bpmn
refactor:
refactor: 优化i18n
This commit is contained in:
GitHub Actions Bot
2023-04-03 19:24:05 +00:00
parent aebce2f241
commit 55e05afe0e
18 changed files with 767 additions and 14 deletions
@@ -1,6 +1,7 @@
import LayoutFramework from "/src/layout/layout-framework.vue";
import { crudResources } from "/@/router/source/modules/crud";
import { uiResources } from "/@/router/source/modules/ui";
import { integrationResources } from "/@/router/source/modules/integration";
import { sysResources } from "/@/router/source/modules/sys";
export const frameworkResource = [
{
@@ -25,6 +26,7 @@ export const frameworkResource = [
}
},
...crudResources,
...integrationResources,
...sysResources
]
}