Skip to content

Commit

Permalink
更新文档地址
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikaros-521 committed May 11, 2024
1 parent 74cfe52 commit dae6199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -5617,7 +5617,7 @@ def update_echart_gift():
with ui.tab_panel(docs_page).style(tab_panel_css):
with ui.row():
ui.label('在线文档:')
ui.link('ie.cx/luna-ai.docs', 'https://ie.cx/luna-ai-docs', new_tab=True)
ui.link('ikaros-521.github.io/Luna-Docs/site/', 'https://ikaros-521.github.io/Luna-Docs/site/', new_tab=True)
ui.link('gitee备份文档', 'https://ikaros-521.gitee.io/luna-docs/site/index.html', new_tab=True)

ui.label('NiceGUI官方文档:')
Expand All @@ -5633,7 +5633,7 @@ def update_echart_gift():
ui.html('<iframe src="//player.bilibili.com/player.html?aid=1352179100&bvid=BV1rz421Z79a&cid=1477503409&p=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" width="1800" height="800"> </iframe>').style("width:100%")

with ui.expansion('文档', icon='article', value=True).classes('w-full'):
ui.html('<iframe src="https://ie.cx/luna-ai-docs" width="1800" height="800"></iframe>').style("width:100%")
ui.html('<iframe src="https://ikaros-521.github.io/Luna-Docs/site/" width="1800" height="800"></iframe>').style("width:100%")
with ui.tab_panel(about_page).style(tab_panel_css):
with ui.card().style(card_css):
ui.label('介绍').style("font-size:24px;")
Expand Down

0 comments on commit dae6199

Please sign in to comment.