关于我们相关数据更新

This commit is contained in:
caishi 2025-02-12 09:46:13 +08:00
parent 9a9dad3de5
commit 60e1ab598b
1 changed files with 2 additions and 2 deletions

View File

@ -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>