diff --git a/project/xiushan/apps.import.json b/project/xiushan/apps.import.json index c89141eb..9c0d13ab 100644 --- a/project/xiushan/apps.import.json +++ b/project/xiushan/apps.import.json @@ -1,3 +1,5 @@ { - "AppCodeGeneration": "动态表单" + "AppCodeGeneration": "动态表单", + "AppGigscreenViewer": "大屏预览组件", + "AppDesigner": "大屏设计" } diff --git a/project/xiushan/package.json b/project/xiushan/package.json index 8836fb9e..6bc7a27f 100644 --- a/project/xiushan/package.json +++ b/project/xiushan/package.json @@ -10,6 +10,7 @@ "registry": "http://192.168.1.87:4873/" }, "dependencies": { - "dvcp-ui": "^1.42.2" + "dvcp-ui": "^1.42.2", + "dvcp-dv-ui": "^2.0.1" } }