Skip to content

Commit 687ad0b

Browse files
authored
Update CupCalculator.tsx: 对辅助技术隐藏图标字符 (#14)
Signed-off-by: yingxue03 <209722489+yingxue03@users.noreply.github.com>
1 parent b7f707b commit 687ad0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎apps/wiki/app/[language]/cup-calculator/components/CupCalculator.tsx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export function CupCalculator() {
123123
<div className="flex-1">
124124
<span className="text-base-content">
125125
请直立,放松,用软尺贴合乳房下缘
126-
<span className="mx-1 text-pink-500 font-bold underline">
126+
<span className="mx-1 text-pink-500 font-bold underline" aria-hidden="true">
127127
⊙⊙
128128
</span>
129129
,水平绕身体一圈:
@@ -177,7 +177,7 @@ export function CupCalculator() {
177177
<div className="flex-1">
178178
<span className="text-base-content">
179179
请直立,放松,用软尺经过乳头
180-
<span className="mx-1 text-pink-500 font-bold line-through">
180+
<span className="mx-1 text-pink-500 font-bold line-through" aria-hidden="true">
181181
⊙⊙
182182
</span>
183183
,绕身体一圈:

0 commit comments

Comments
 (0)