完成M3动态Scheme的创建。

This commit is contained in:
徐涛
2025-02-17 09:28:33 +08:00
parent 9b6f4ace14
commit 84c164b2c8
2 changed files with 33 additions and 5 deletions

View File

@@ -64,7 +64,7 @@ export type MaterialDesign3DynamicSchemeSource = {
error: string | null;
custom_colors?: Record<string, string>;
variant: number | null;
constrastLevel: number | null;
contrastLevel: number | null;
harmonizeCustoms: boolean | null;
};