fix(a11y): 修复链接可访问性问题

- 为Logo链接添加aria-label
- 增强可访问性测试的详细输出
- 扩大测试范围至前20个链接

任务 2/4
This commit is contained in:
2026-04-11 23:58:34 +08:00
parent a96ef304f3
commit 3746bc55a9
2 changed files with 24 additions and 5 deletions
+1
View File
@@ -162,6 +162,7 @@ function HeaderContent() {
<Link
href="/"
className="flex items-center group"
aria-label="返回首页"
>
<Image
src="/logo.svg"