feat: 修改newest_comments的leancloud為valine,並刪除其配置,改為讀取valine配置

feat: 增加waline最新評論模塊
feat: 增加waline評論數顯示
feat: 增加waline評論
fix: 修復jquery在一些界面仍然加載問題
This commit is contained in:
Jerry
2020-12-19 00:44:58 +08:00
Unverified
parent 83299dfd2f
commit 25cf081250
13 changed files with 216 additions and 55 deletions

View File

@@ -1,4 +1,5 @@
#vcomment
#vcomment,
#waline
font-size: 1.1em
.vbtn
@@ -9,12 +10,9 @@
&:hover
background: var(--btn-hover-color)
if hexo-config('valine.bg')
textarea
background: url(hexo-config('valine.bg')) 100% 100% no-repeat
&:focus
background-image: none
textarea
&:focus
background-image: none
.vimg
transition: all .3s
@@ -27,6 +25,16 @@
&:after
z-index: 22
if hexo-config('valine.bg')
#vcomment
textarea
background: url(hexo-config('valine.bg')) 100% 100% no-repeat
if hexo-config('waline.bg')
#waline
textarea
background: url(hexo-config('waline.bg')) 100% 100% no-repeat
.fireworks
position: fixed
top: 0