初步完成了编辑器

This commit is contained in:
Sun
2024-01-05 13:27:29 +08:00
parent 1474f796fc
commit 0d0421c8eb
13 changed files with 520 additions and 163 deletions
@@ -20,3 +20,10 @@ export interface ProgressStyle {
railColor: string
height: number
}
export interface GenericProgressStyleExtendParam {
progressColor: string
progressRailColor: string
color: string
backgroundColor: string
}