This commit is contained in:
xingyu4j
2025-07-08 14:25:47 +08:00
34 changed files with 3641 additions and 2857 deletions

View File

@@ -3,6 +3,7 @@ export { default as PointSelectionCaptchaCard } from './point-selection-captcha/
export { default as SliderCaptcha } from './slider-captcha/index.vue';
export { default as SliderRotateCaptcha } from './slider-rotate-captcha/index.vue';
export { default as SliderTranslateCaptcha } from './slider-translate-captcha/index.vue';
export type * from './types';
export { default as Verification } from './verification/index.vue';