@@ -27,6 +27,7 @@ export interface Slider { } export interface SitesConfig { hidden?: boolean; cardStyle?: string; hoverBlur?: boolean; hoverScale?: boolean; @@ -71,6 +72,7 @@ interface AvatarConfig { size?: number; // 头像尺寸 round?: string; // full | 3xl | xl | sm ...