关于我们相关数据更新
This commit is contained in:
parent
9a9dad3de5
commit
60e1ab598b
|
|
@ -205,7 +205,7 @@ function AboutUs(){
|
|||
<img src={earth} className="earthImg"/>
|
||||
<div className="statistics_cont df">
|
||||
<div>
|
||||
<CountUp {...countUpProps} start={0} end={85000} />
|
||||
<CountUp {...countUpProps} start={0} end={250000} />
|
||||
<p>开发者</p>
|
||||
</div>
|
||||
<div>
|
||||
|
|
@ -213,7 +213,7 @@ function AboutUs(){
|
|||
<p>组织</p>
|
||||
</div>
|
||||
<div>
|
||||
<CountUp {...countUpProps} end={1400000} />
|
||||
<CountUp {...countUpProps} end={1440000} />
|
||||
<p>仓库</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue