mirror of https://github.com/halo-dev/halo-admin
pref: modify copywriting (#67)
* style: modify the copy of dashboard posts read. * style: modify the copy of profile posts read.pull/69/head
parent
965e221301
commit
86adfb42a1
|
@ -53,12 +53,12 @@
|
||||||
>
|
>
|
||||||
<analysis-card
|
<analysis-card
|
||||||
:loading="countsLoading"
|
:loading="countsLoading"
|
||||||
title="总访问"
|
title="阅读量"
|
||||||
:number="statisticsData.visitCount"
|
:number="statisticsData.visitCount"
|
||||||
>
|
>
|
||||||
<a-tooltip slot="action">
|
<a-tooltip slot="action">
|
||||||
<template slot="title">
|
<template slot="title">
|
||||||
文章总访问共
|
文章阅读共
|
||||||
<countTo
|
<countTo
|
||||||
:startVal="0"
|
:startVal="0"
|
||||||
:endVal="statisticsData.visitCount"
|
:endVal="statisticsData.visitCount"
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
<a-list-item>累计创建了 {{ statistics.tagCount || 0 }} 个标签。</a-list-item>
|
<a-list-item>累计创建了 {{ statistics.tagCount || 0 }} 个标签。</a-list-item>
|
||||||
<a-list-item>累计获得了 {{ statistics.commentCount || 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.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-item></a-list-item>
|
||||||
</a-list>
|
</a-list>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue