Skip to content

Commit

Permalink
fix: webui
Browse files Browse the repository at this point in the history
  • Loading branch information
lerdb committed Feb 8, 2024
1 parent 41443f6 commit f5f35bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@ def route_change(route):
[
flet.Container(
content=flet.Text(
"在下方配置你的config", size=30, font_family="LXGW WenKai"
"在下方配置你的config", size=30
),
alignment=flet.alignment.center,
),
Expand Down Expand Up @@ -1632,7 +1632,7 @@ def route_change(route):
)

elif page.route != "/":
print(page.route)
# print(page.route)
page.views.append(
flet.View(
f"/404",
Expand Down

0 comments on commit f5f35bd

Please sign in to comment.