Skip to content

Commit

Permalink
更新文档地址,准备跑路
Browse files Browse the repository at this point in the history
  • Loading branch information
0x648 committed May 26, 2024
1 parent 0f5c558 commit d4b82d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</head>
<body>

<iframe src="https://ikaros-521.github.io/Luna-Docs/site/"></iframe>
<iframe src="https://ikaros521.eu.org/site/"></iframe>

</body>
</html>
4 changes: 2 additions & 2 deletions webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -5907,7 +5907,7 @@ def update_echart_gift():
with ui.tab_panel(docs_page).style(tab_panel_css):
with ui.row():
ui.label('在线文档:')
ui.link('ikaros-521.github.io/Luna-Docs/site/', 'https://ikaros-521.github.io/Luna-Docs/site/', new_tab=True)
ui.link('https://ikaros521.eu.org/site/', 'https://ikaros521.eu.org/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 @@ -5923,7 +5923,7 @@ def update_echart_gift():
ui.html('<iframe src="https://space.bilibili.com/3709626/channel/collectiondetail?sid=1422512" 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://ikaros-521.github.io/Luna-Docs/site/" width="1800" height="800"></iframe>').style("width:100%")
ui.html('<iframe src="https://ikaros521.eu.org/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 d4b82d2

Please sign in to comment.