添加了滑动验证码组件

This commit is contained in:
LostSalt
2026-01-20 01:18:26 +08:00
parent f3dc7cda21
commit 87a8042b77
9 changed files with 151 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
const API_BASE_URL = process.env.NEXT_PUBLIC_API_BASE_URL || 'http://localhost:8080/api/v1';
export const API_BASE_URL = process.env.NEXT_PUBLIC_API_BASE_URL || 'http://localhost:8080/api/v1';
export interface Texture {
id: number;