Skip to content

Commit fbaf9fb

Browse files
committed
fix:修复gitignore文件忽略build文件夹的bug
1 parent 95c0ff4 commit fbaf9fb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ __pycache__/
88

99
# Distribution / packaging
1010
.Python
11-
build/
1211
develop-eggs/
1312
dist/
1413
downloads/
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
from dash import html
2+
import feffery_utils_components as fuc
3+
import feffery_antd_components as fac
4+
5+
6+
def render(button_perms):
7+
8+
return html.Div('我是表单构建')

0 commit comments

Comments
 (0)