Skip to content

Commit cdb1ea8

Browse files
committed
feat:新增首页模板
1 parent 8d66e71 commit cdb1ea8

File tree

5 files changed

+693
-5
lines changed

5 files changed

+693
-5
lines changed

dash-fastapi-frontend/views/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from . import (
22
layout,
3+
dashboard,
34
system,
45
monitor,
56
tool,
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
from .components import page_top, page_bottom
2+
3+
4+
def render_dashboard():
5+
return [
6+
page_top.render_page_top(),
7+
page_bottom.render_page_bottom()
8+
]

0 commit comments

Comments
 (0)