@@ -88,7 +88,8 @@
</button>
<img
:src="solution.hoverImg"
- alt=""
+ :alt="solution.title + '解决方案示意图'"
+ loading="lazy"
class="solution-card-img"
:class="[
index === activeIndex
@@ -114,7 +115,12 @@
: 'scale-100 opacity-100 delay-0 duration-500',
]"
>
- <img :src="solution.img" alt="" class="wh-35px" />
+ <img
+ :src="solution.img"
+ :alt="solution.title + '图标'"
+ class="wh-35px"
+ />
</div>
<div
@@ -1,7 +1,7 @@
<!--
* @Author: LiZhiWei
* @LastEditors: LiZhiWei
- * @LastEditTime: 2026-01-22 17:20:43
+ * @LastEditTime: 2026-01-23 09:23:23
* @Description:
-->
<template>