refactor: simplify captcha selector naming

Convert captcha vendor templates and DOM selectors from id-based tianai naming to class-based captcha naming.

Update the shared captcha container, common tips/loading helpers, and slider/rotate/concat/disable/image-click implementations so template markup, DOM queries, and less selectors stay aligned.

Keep captcha.js as the single style entry for the captcha module and remove per-component less imports from the submodule JavaScript files.
This commit is contained in:
2026-05-16 12:25:52 +08:00
parent e0f6175fed
commit 662b22576d
14 changed files with 136 additions and 139 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#tianai-captcha.tianai-captcha-rotate {
.captcha.captcha-rotate {
.rotate-img-div {
height: 100%;
text-align: center;