fix(index): 修正首页营收英文描述的年份为2025
对齐首页中文展示的2025年总营收文案,修正对应的英文内容年份
Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-08-27 10:06:30 | 2 | * @Date: 2024-08-27 10:06:30 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2026-05-11 13:50:41 | 4 | + * @LastEditTime: 2026-05-11 13:55:53 |
| 5 | * @FilePath: /hager/src/views/index.vue | 5 | * @FilePath: /hager/src/views/index.vue |
| 6 | * @Description: 首页 | 6 | * @Description: 首页 |
| 7 | --> | 7 | --> |
| ... | @@ -32,7 +32,7 @@ | ... | @@ -32,7 +32,7 @@ |
| 32 | <div class="hager-global-info-item"> | 32 | <div class="hager-global-info-item"> |
| 33 | <p class="num"><span>30</span> 亿欧元</p> | 33 | <p class="num"><span>30</span> 亿欧元</p> |
| 34 | <p class="text-cn">2025年总营收</p> | 34 | <p class="text-cn">2025年总营收</p> |
| 35 | - <p class="text">2024 sales revenue:3.0 billion euros</p> | 35 | + <p class="text">2025 sales revenue:3.0 billion euros</p> |
| 36 | </div> | 36 | </div> |
| 37 | <div class="hager-global-info-item"> | 37 | <div class="hager-global-info-item"> |
| 38 | <p class="num" style="font-size: 1.85rem;"><span>100</span> +</p> | 38 | <p class="num" style="font-size: 1.85rem;"><span>100</span> +</p> | ... | ... |
-
Please register or login to post a comment