Skip to content

Commit

Permalink
webui 文档页直接内嵌在线文档,方便用户直接查看
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikaros-521 committed Nov 16, 2023
1 parent 8604945 commit 037b0f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1837,6 +1837,7 @@ def talk_chat_box_reread():
ui.label('NiceGUI官方文档:')
ui.link('https://nicegui.io/documentation', 'https://nicegui.io/documentation', new_tab=True)

ui.html('<iframe src="https://luna.docs.ie.cx/" width="1800" height="800"></iframe>').style("width:100%")
with ui.tab_panel(about_page).style(tab_panel_css):
ui.label('webui采用nicegui框架搭建,目前还在施工中,部分功能可以使用。敬请期待。')

Expand Down

0 comments on commit 037b0f0

Please sign in to comment.