This commit is contained in:
2025-02-10 14:27:45 +08:00
parent bf378bdfbd
commit 4c2898d9a0
8 changed files with 94 additions and 40 deletions

View File

@@ -38,6 +38,3 @@ def create() -> None:
ui.button('返回首页',
on_click=lambda: ui.navigate.to('/')) \
.classes('items-center w-full').props('rounded')
if __name__ not in {"__main__", "__mp_main__"}:
raise Exception('不支持单测模式请从main.py启动')