fix(bug): 320px devices removed and bugs patched

This commit is contained in:
2022-01-20 08:48:00 +08:00
parent afc1b62925
commit 6a3bf31400
19 changed files with 203 additions and 558 deletions

View File

@@ -3,7 +3,7 @@
<div id="comment" class="comment close">
<script src="${theme_base!}/source/plugins/comment/vue.min.js"></script>
<script src="${theme_base!}/source/plugins/comment/halo-comment.min.js"></script>
<script src="${options.comment_internal_plugin_js!'//cdn.jsdelivr.net/gh/halo-dev/halo-comment@latest/dist/halo-comment.min.js'}"></script>
<#-- <script src="${options.comment_internal_plugin_js!'//cdn.jsdelivr.net/gh/halo-dev/halo-comment@latest/dist/halo-comment.min.js'}"></script> -->
<halo-comment id="${target.id?c}" type="${type}""/>
</div>
</#if>