File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ comments:
548548 # If you set it to true, the comment count will be invalid
549549 lazyload : false
550550 # Display comment count in post's top_img
551- count : false
551+ count : true
552552 # Display comment count in Home Page
553553 card_post_count : false
554554
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ if theme.aside.card_webinfo.post_count
55if theme .busuanzi .site_uv
66 .webinfo-item
77 .item-name = _p (' card_webinfo.site_uv_name' )
8- .item-count.waline-site-uv
8+ .item-count.waline-site-uv < -- 换成了 class="waline-site-uv"
99 i.fa-solid.fa-spinner.fa-spin
1010if theme .busuanzi .site_pv
1111 .webinfo-item
1212 .item-name = _p (' card_webinfo.site_pv_name' )
13- .item-count.waline-site-pv
13+ .item-count.waline-site-pv < -- 换成了 class="waline-site-pv"
1414 i.fa-solid.fa-spinner.fa-spin
1515if theme .aside .card_webinfo .last_push_date
1616 .webinfo-item
You can’t perform that action at this time.
0 commit comments