feat: 配置结构调整和初步灯条配置界面。

This commit is contained in:
2023-01-15 18:38:25 +08:00
parent 56f65fed10
commit 5384a30872
11 changed files with 533 additions and 214 deletions

2
src/constants/border.ts Normal file
View File

@@ -0,0 +1,2 @@
export const borders = ['top', 'right', 'bottom', 'left'] as const;
export type Borders = typeof borders[number];