fix: WCAG fastpass

This commit is contained in:
skytek_xinliang
2026-03-31 09:57:28 +08:00
parent 52eb09eccf
commit 918da2f79e
8 changed files with 35 additions and 12 deletions
+19
View File
@@ -30,6 +30,9 @@ importers:
specifier: ^4.0.4
version: 4.0.4(typescript@5.9.3)(vite-plugin-vuetify@2.1.3)(vue@3.5.31(typescript@5.9.3))
devDependencies:
'@axe-core/playwright':
specifier: ^4.11.1
version: 4.11.1(playwright-core@1.58.2)
'@intellectronica/ruler':
specifier: ^0.3.37
version: 0.3.37
@@ -87,6 +90,11 @@ packages:
peerDependencies:
'@types/json-schema': ^7.0.15
'@axe-core/playwright@4.11.1':
resolution: {integrity: sha512-mKEfoUIB1MkVTht0BGZFXtSAEKXMJoDkyV5YZ9jbBmZCcWDz71tegNsdTkIN8zc/yMi5Gm2kx7Z5YQ9PfWNAWw==}
peerDependencies:
playwright-core: '>= 1.0.0'
'@babel/generator@7.29.1':
resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==}
engines: {node: '>=6.9.0'}
@@ -664,6 +672,10 @@ packages:
asynckit@0.4.0:
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
axe-core@4.11.1:
resolution: {integrity: sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A==}
engines: {node: '>=4'}
axios@1.13.6:
resolution: {integrity: sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==}
@@ -2004,6 +2016,11 @@ snapshots:
'@types/json-schema': 7.0.15
js-yaml: 4.1.1
'@axe-core/playwright@4.11.1(playwright-core@1.58.2)':
dependencies:
axe-core: 4.11.1
playwright-core: 1.58.2
'@babel/generator@7.29.1':
dependencies:
'@babel/parser': 7.29.2
@@ -2589,6 +2606,8 @@ snapshots:
asynckit@0.4.0: {}
axe-core@4.11.1: {}
axios@1.13.6:
dependencies:
follow-redirects: 1.15.11