Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
fengxiaotx committed Dec 21, 2023
2 parents e793634 + a512d61 commit dcb1b88
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"scripts": {
"start": "craco start",
"build": "craco build",
"build": "PUBLIC_URL=. && craco build",
"test": "craco test"
},
"eslintConfig": {
Expand Down
Binary file added images/shuque_wx.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions packages/react/src/panels/ViewPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ export const ViewPanel: React.FC<IViewPanelProps> = observer((props) => {
</Viewport>
)

useEffect(()=>{
console.log('tree',tree)
},[tree])

return (
<div
Expand Down
4 changes: 0 additions & 4 deletions packages/react/src/widgets/ComponentTreeWidget/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ export const ComponentTreeWidget: React.FC<IComponentTreeWidgetProps> =
dataId[designer?.props?.nodeIdAttrName] = tree.id
}

useEffect(()=>{
console.log('tree',tree)
},[tree])

useEffect(() => {
GlobalRegistry.registerDesignerBehaviors(props.components)
}, [])
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@

本项目是基于 [designable](https://github.com/alibaba/designable) 重新做了基于father的构建,以及升级到antd v5。

#### 互相吹捧,共同进步
<div style="width: 100%;text-align: center">
<img src="images/shuque_wx.jpg" width="200px" alt="">
</div>

0 comments on commit dcb1b88

Please sign in to comment.