Commit 86679429 authored by Liang Ding's avatar Liang Ding

新增 Markdown zip 导入方式 #128

parent 3808e32f
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<button class="fn__margin12" onclick="admin.others.exportHexo();">${exportHexoLabel}</button> <button class="fn__margin12" onclick="admin.others.exportHexo();">${exportHexoLabel}</button>
</div> </div>
<div id="tabOthersPanel_import-data" class="fn__none"> <div id="tabOthersPanel_import-data" class="fn__none">
<form action="${servePath}/console/import/markdown-zip" method="post"> <form action="${servePath}/console/import/markdown-zip" method="post" enctype="multipart/form-data">
<input type="file" name="file"> <input type="file" name="file">
<input type="submit" value="${uploadMarkdownZipLabel}"> <input type="submit" value="${uploadMarkdownZipLabel}">
</form> </form>
......
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