This commit is contained in:
qq
2026-04-22 14:45:05 +08:00
parent 01cbdcd695
commit d8ceb298aa
10 changed files with 59 additions and 54 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export declare class CaptchaQueryDto {
type?: 'text' | 'math';
size?: number;
color?: string;
}