增加导入导出功能

This commit is contained in:
fofolee
2019-05-03 14:46:34 +08:00
parent 821413e775
commit 67964c177f
5 changed files with 105 additions and 40 deletions

View File

@@ -7,6 +7,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="assets/options.css">
<link rel="stylesheet" href="codemirror/lib/codemirror.css">
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
<script src="assets/jquery-3.3.1.min.js"></script>
<script src="codemirror/lib/codemirror.js"></script>
<script src="codemirror/addon/display/placeholder.js"></script>