update 0.14.1
This commit is contained in:
		| @@ -2,11 +2,11 @@ | ||||
|  * @Author: yehuozhili | ||||
|  * @Date: 2021-02-27 21:33:36 | ||||
|  * @LastEditors: yehuozhili | ||||
|  * @LastEditTime: 2022-04-08 01:35:05 | ||||
|  * @LastEditTime: 2022-04-09 21:55:03 | ||||
|  * @FilePath: \dooringx\packages\dooringx-example\src\plugin\index.tsx | ||||
|  */ | ||||
|  | ||||
| import { InitConfig } from 'dooringx-lib'; | ||||
| import { InitConfig, LeftDataPannel } from 'dooringx-lib'; | ||||
| import { LeftRegistComponentMapItem } from 'dooringx-lib/dist/core/crossDrag'; | ||||
| import { ContainerOutlined, PlayCircleOutlined, HighlightOutlined } from '@ant-design/icons'; | ||||
| import commandModules from './commanderModules'; | ||||
| @@ -51,6 +51,13 @@ export const defaultConfig: Partial<InitConfig> = { | ||||
| 			icon: <PlayCircleOutlined />, | ||||
| 			displayName: '媒体组件', | ||||
| 		}, | ||||
| 		{ | ||||
| 			type: 'datax', | ||||
| 			icon: <ContainerOutlined />, | ||||
| 			custom: true, | ||||
| 			displayName: '数据源', | ||||
| 			customRender: (config) => <LeftDataPannel config={config}></LeftDataPannel>, | ||||
| 		}, | ||||
| 		{ | ||||
| 			type: 'xxc', | ||||
| 			icon: <ContainerOutlined />, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 yehuozhili
					yehuozhili