feat: captcha example (#4330)

* feat: captcha example

* fix: fix lint errors

* chore: event handling and methods

* chore: add accessibility features ARIA labels and roles

---------

Co-authored-by: vince <vince292007@gmail.com>
This commit is contained in:
Squall2017
2024-09-07 20:33:33 +08:00
committed by GitHub
parent ad89ea7a75
commit b1636405fc
10 changed files with 314 additions and 0 deletions

View File

@@ -71,6 +71,9 @@
},
"ellipsis": {
"title": "EllipsisText"
},
"captcha": {
"title": "Captcha"
}
}
}

View File

@@ -71,6 +71,9 @@
},
"ellipsis": {
"title": "文本省略"
},
"captcha": {
"title": "验证码"
}
}
}