feat(site): add back-to-home button on demo.html

This commit is contained in:
2026-07-24 11:34:08 +08:00
parent 225dfe0571
commit 485f49c1f1
+4 -1
View File
@@ -210,6 +210,8 @@
</header> </header>
<div class="toolbar-strip" id="controlBar"> <div class="toolbar-strip" id="controlBar">
<a href="index.html" style="text-decoration:none;font-size:18px;margin-right:8px;" title="返回首页">🏠</a>
<label>主题</label> <label>主题</label>
<select id="themeSelect"> <select id="themeSelect">
<option value="auto">🌓 跟随系统</option> <option value="auto">🌓 跟随系统</option>
@@ -290,8 +292,9 @@
<footer class="footer"> <footer class="footer">
MetonaEditor v0.1.9 · MetonaEditor v0.1.9 ·
<a href="https://git.metona.cn/MetonaTeam/MetonaEditor" target="_blank" rel="noopener">源码仓库</a> · <a href="index.html">首页</a> ·
<a href="docs.html">API 文档</a> · <a href="docs.html">API 文档</a> ·
<a href="https://git.metona.cn/MetonaTeam/MetonaEditor" target="_blank" rel="noopener">源码仓库</a> ·
MIT License MIT License
</footer> </footer>