1
0
mirror of synced 2026-03-26 13:28:37 +08:00

refactor(core,data-source,schema): 将AppCore定义移到schema中

This commit is contained in:
roymondchen
2023-09-13 16:47:34 +08:00
parent ea1cae7968
commit 502e59cfd7
7 changed files with 69 additions and 52 deletions

View File

@@ -17,10 +17,10 @@
*/
import { cloneDeep } from 'lodash-es';
import type { AppCore } from '@tmagic/schema';
import { getDepNodeIds, getNodes, replaceChildNode } from '@tmagic/utils';
import DataSourceManager from './DataSourceManager';
import type { AppCore } from './types';
/**
* 创建数据源管理器