diff --git a/.gitignore b/.gitignore index a81c8ee121952cf06bfaf9ff9988edd8cded763c..f6c6f3091722b5f5c7604ecbcf99a8ca64bceea0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ __pycache__/ # Distribution / packaging .Python -build/ develop-eggs/ dist/ downloads/ diff --git a/dash-fastapi-frontend/views/tool/build/__init__.py b/dash-fastapi-frontend/views/tool/build/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..f51065953bf1c746bfba46d4f57b1167d161bdc9 --- /dev/null +++ b/dash-fastapi-frontend/views/tool/build/__init__.py @@ -0,0 +1,8 @@ +from dash import html +import feffery_utils_components as fuc +import feffery_antd_components as fac + + +def render(button_perms): + + return html.Div('我是表单构建')