Skip to content

Commit

Permalink
移除所有三方评论系统,不再支持
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Oct 3, 2018
1 parent c427bc3 commit 67342ba
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions module/comment.ftl
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
<#switch options.comment_system>
<#case "native">
<#include "../../../common/comment/_native_comment.ftl">
<#break >
<#case "valine">
<#include "../../../common/comment/_valine_comment.ftl">
<#break >
<#case "disqus">
<#include "../../../common/comment/_disqus_comment.ftl">
<#break >
<#case "livere">
<#include "../../../common/comment/_livere_comment.ftl">
<#break >
<#case "changyan">
<#include "../../../common/comment/_changyan_comment.ftl">
<#break >
</#switch>
<#if post.allowComment?default(1)==1>
<#include "/common/comment/_native_comment.ftl">
</#if>

0 comments on commit 67342ba

Please sign in to comment.