fix:优化一些命名规范
This commit is contained in:
@@ -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" />')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user