fix:优化一些命名规范

This commit is contained in:
2025-12-19 22:03:13 +08:00
parent f64f005292
commit ba7dd09037
3 changed files with 40 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ def create_header():
# 添加配置按钮
ui.button(icon='settings', on_click=lambda: ui.navigate.to('/config')).props('flat round color=white').tooltip('系统配置')
def create_page():
def create_home_page():
# 1. 引入外部 CSS
ui.add_head_html('<link href="/assets/style.css" rel="stylesheet" />')