Skip to content

Commit

Permalink
更新搜索框翻译,添加 ARIA 标签 (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leetfs authored Sep 8, 2024
1 parent d567ce7 commit 00160a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/vitepress-theme-project-trans/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,16 @@ function genConfig() {
modal: {
noResultsText: '无法找到相关结果',
resetButtonTitle: '清除查询条件',
displayDetails: '显示详细列表',
footer: {
selectText: '选择',
navigateText: '切换',
closeText: '关闭',
// 无障碍(ARIA)标签,用于描述键盘导航操作
navigateUpKeyAriaLabel: '上箭头',
navigateDownKeyAriaLabel: '下箭头',
selectKeyAriaLabel: '回车',
closeKeyAriaLabel: '退出'
},
},
},
Expand Down

0 comments on commit 00160a3

Please sign in to comment.