Commit f6efe625 authored by Liang Ding's avatar Liang Ding

新增 Markdown zip 导入方式 #128

parent da595c87
......@@ -24,7 +24,7 @@
</div>
</li>
<li>
<div id="tabOthers_data">
<div id="tabOthers_import-data">
<a href="#tools/others/import-data">${importDataLabel}</a>
</div>
</li>
......@@ -48,8 +48,10 @@
<button class="fn__margin12" onclick="admin.others.exportHexo();">${exportHexoLabel}</button>
</div>
<div id="tabOthersPanel_import-data" class="fn__none">
TODO
<button class="fn__margin12" onclick="">${uploadMarkdownZipLabel}</button>
<form action="${servePath}/console/import/markdown-zip" method="post">
<input type="file" name="file">
<input type="submit" value="${uploadMarkdownZipLabel}">
</form>
</div>
<div id="tabOthersPanel_log" class="fn__none form">
<textarea rows="32" readonly></textarea>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment