添加了滑动验证码组件

This commit is contained in:
2026-02-12 20:54:06 +08:00
parent 33342d1a85
commit 321b32e312
4 changed files with 73 additions and 43 deletions

View File

@@ -1,4 +1,4 @@
export 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 || '/api/v1';
export interface Texture {
id: number;