Merge branch 'main' into feature/scroll_to_the_error_field

This commit is contained in:
panda7
2025-07-06 21:19:52 +08:00
committed by GitHub
10 changed files with 396 additions and 4 deletions

View File

@@ -205,6 +205,15 @@ const routes: RouteRecordRaw[] = [
title: $t('examples.captcha.sliderRotateCaptcha'),
},
},
{
name: 'TranslateVerifyExample',
path: '/examples/captcha/slider-translate',
component: () =>
import('#/views/examples/captcha/slider-translate-captcha.vue'),
meta: {
title: $t('examples.captcha.sliderTranslateCaptcha'),
},
},
{
name: 'CaptchaPointSelectionExample',
path: '/examples/captcha/point-selection',