-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. 添加了各个工具的入口页面,统一放在 topbar.html 文件中
2. 用 iframe 引入 topbar.html,实现统一管理工具入口页面 3. 增强 Roam 导出格式的检查,提醒用户修正不规范的列表格式 4. 修改主要展示页面的视觉样式 main.css,优化 topbar 的显示
- Loading branch information
pimgeek
committed
Jun 20, 2020
1 parent
40792dd
commit 23cbe8a
Showing
4 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<div class="topbar-group"> | ||
<div class="topbar"> | ||
<div>其它工具入口</div> | ||
<div class="tool-button"> | ||
<a href="/tools/md2anki/index.html">md2anki</a> | ||
</div> | ||
<div class="tool-button"> | ||
<a href="/tools/mubu2anki/index.html">mubu2anki</a> | ||
</div> | ||
<div class="tool-button"> | ||
<a href="/tools/opml2anki/index.html">opml2anki</a> | ||
</div> | ||
<div class="tool-button"> | ||
<a href="/tools/roam2anki/index.html">roam2anki</a> | ||
</div> | ||
</div> | ||
<div class="topbar"> | ||
<div>旧版工具入口</div> | ||
<div class="tool-button"> | ||
<a href="/tools/anki/v1/opml2anki/index.html">opml2anki-v1</a> | ||
</div> | ||
</div> | ||
</div> |