pref: modify copywriting (#67)

* style: modify the copy of dashboard posts read.

* style: modify the copy of profile posts read.
pull/69/head
Ryan Wang 5 years ago committed by GitHub
parent 965e221301
commit 86adfb42a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,12 +53,12 @@
>
<analysis-card
:loading="countsLoading"
title="总访问"
title="阅读量"
:number="statisticsData.visitCount"
>
<a-tooltip slot="action">
<template slot="title">
文章总访问
文章阅读
<countTo
:startVal="0"
:endVal="statisticsData.visitCount"

@ -54,7 +54,7 @@
<a-list-item>累计创建了 {{ statistics.tagCount || 0 }} 个标签</a-list-item>
<a-list-item>累计获得了 {{ statistics.commentCount || 0 }} 条评论</a-list-item>
<a-list-item>累计添加了 {{ statistics.linkCount || 0 }} 个友链</a-list-item>
<a-list-item>文章总访问 {{ statistics.visitCount || 0 }} </a-list-item>
<a-list-item>文章总阅读 {{ statistics.visitCount || 0 }} </a-list-item>
<a-list-item></a-list-item>
</a-list>
</div>

Loading…
Cancel
Save