Skip to content

Commit 32e45d3

Browse files
committed
Update editor.md files
1 parent 5f778e6 commit 32e45d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

editor.md/en.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
1414
<link rel="stylesheet" type="text/css" href="https://pandao.github.io/dist/css/planeui.min.css" />
1515
<link rel="stylesheet" href="css/editormd.min.css" />
16-
<link rel="stylesheet" type="text/css" href="css/index.css" />
16+
<link rel="stylesheet" type="text/css" href="css/index.css?v=20190508" />
1717
</head>
1818
<body>
1919
<a name="top"></a>
@@ -538,6 +538,6 @@ <h1 class="pui-text-lg pui-right pui-text-center">
538538
<script src="editormd.min.js"></script>
539539
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.0/clipboard.min.js"></script>
540540
<script src="languages/en.js"></script>
541-
<script src="js/index-en.js"></script>
541+
<script src="js/index-en.js?v=20190508"></script>
542542
</body>
543543
</html>

editor.md/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
1414
<link rel="stylesheet" type="text/css" href="https://pandao.github.io/dist/css/planeui.min.css" />
1515
<link rel="stylesheet" href="css/editormd.min.css" />
16-
<link rel="stylesheet" type="text/css" href="css/index.css" />
16+
<link rel="stylesheet" type="text/css" href="css/index.css?v=20190508" />
1717
</head>
1818
<body>
1919
<a name="top"></a>
@@ -563,6 +563,6 @@ <h1 class="pui-text-lg pui-right pui-text-center">
563563
<script type="text/javascript" src="https://pandao.github.io/dist/js/planeui.js"></script>
564564
<script src="editormd.min.js"></script>
565565
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.0/clipboard.min.js"></script>
566-
<script src="js/index.js"></script>
566+
<script src="js/index.js?v=20190508"></script>
567567
</body>
568568
</html>

0 commit comments

Comments
 (0)