Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit40122d5

Browse files
committed
fix: 修复valine访问计数模式在mobile状态下无法展示具体数值的问题
1 parentfc1d825 commit40122d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎layout/_partial/post/article.ejs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<%if (theme.valine.enable==true&&theme.valine.visitor==true) {%>
4242
<span id="<%- '/' + page.path %>"class="leancloud_visitors" data-flag-title="<%- page.title %>">
4343
<bclass="iconfont icon-read"></b><i><%=__('read_count')%></i>
44-
<iclass="leancloud-visitors-count">1000000</i>
44+
<spanclass="leancloud-visitors-count">1000000</span>
4545
</span>
4646
<% }%>
4747
<%if (theme.busuanzi.enable==true&&theme.valine.enable==false) {%>

‎layout/_partial/post/item.ejs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<%if (theme.valine.enable==true&&theme.valine.visitor==true) {%>
3939
<span id="<%- '/' + post.path %>"class="leancloud_visitors" data-flag-title="<%- page.title %>">
4040
<bclass="iconfont icon-read"></b><i><%=__('read_count')%></i>
41-
<iclass="leancloud-visitors-count">1000000</i>
41+
<spanclass="leancloud-visitors-count">1000000</span>
4242
</span>
4343
<% }%>
4444
</p>

‎layout/_partial/screen.ejs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<%if (theme.valine.enable==true&&theme.valine.visitor==true) {%>
7777
<span id="<%- '/' + first.path %>"class="leancloud_visitors" data-flag-title="<%- page.title %>">
7878
<bclass="iconfont icon-read"></b><i><%=__('read_count')%></i>
79-
<iclass="leancloud-visitors-count">1000000</i>
79+
<spanclass="leancloud-visitors-count">1000000</span>
8080
</span>
8181
<% }%>
8282
</p>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp