新增导出面板,便于转载拷贝发布;

This commit is contained in:
2022-03-15 00:26:22 +08:00
parent bc399a4782
commit 80b06b0b00
7 changed files with 8040 additions and 8 deletions

View File

@@ -12,9 +12,6 @@
<script src="/static/lib/prismjs/prism.js"></script>
<script src="/static/lib/clipboard/clipboard.js"></script>
<style>
.ql-editor {
padding: unset
}
.share {
cursor: pointer;
@@ -238,11 +235,6 @@
})
})
$('.ql-editor pre').each(function (n, e) {
hljs.highlightBlock(e);
})
$('.share').click(function () {
var html = $('.share-tips-options').prop("outerHTML")