feat: reoede web to tailwindcss

This commit is contained in:
engigu
2025-08-10 14:32:24 +08:00
parent 0a12a25473
commit d557547bc0
192 changed files with 9624 additions and 9694 deletions
+16
View File
@@ -0,0 +1,16 @@
// 类型声明文件
export interface ConstantType {
PAGE: number;
TOTAL: number;
DEFALUT_SITE_CONFIG: string;
LOG_TASK_ID: string;
STORE_TOKEN_NAME: string;
STORE_CUSTOM_NAME: string;
NO_AUTH_URL: string[];
WAYS_DATA: Array<{
type: string;
[key: string]: any;
}>;
}
export declare const CONSTANT: ConstantType;