1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 13:19:31 +08:00

update: 调整部分显示的内容,如文章相关文字进行替换

This commit is contained in:
小莫唐尼
2024-07-16 11:13:52 +08:00
parent bb228c6705
commit a65ea2617b
5 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
<text class="value">{{ result.stats.upvote }}</text>
<text class="label">喜欢</text>
</view>
<view class="count-item">
<view v-if="postDetailConfig && postDetailConfig.showComment" class="count-item">
<text class="value">{{ result.stats.comment }}</text>
<text class="label">评论</text>
</view>