fix: webui

This commit is contained in:
lerdb 2024-02-09 00:05:25 +08:00
parent 41443f6325
commit f5f35bd8e0
No known key found for this signature in database
GPG Key ID: FBBF3738C577282C

View File

@ -1573,7 +1573,7 @@ def main(page: flet.Page):
[
flet.Container(
content=flet.Text(
"在下方配置你的config", size=30, font_family="LXGW WenKai"
"在下方配置你的config", size=30
),
alignment=flet.alignment.center,
),
@ -1632,7 +1632,7 @@ def main(page: flet.Page):
)
elif page.route != "/":
print(page.route)
# print(page.route)
page.views.append(
flet.View(
f"/404",