Skip to content

Commit 4744640

Browse files
committed
feat: 添加菜单布局的常量
1 parent 2c27f85 commit 4744640

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/constants/common.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ export const YesOrNo_Map: Record<CommonType.YesOrNo, string> = {
1818
N: 'default',
1919
Y: 'error'
2020
};
21+
22+
export const LAYOUT_MODE_VERTICAL: UnionKey.ThemeLayoutMode = 'vertical';
23+
export const LAYOUT_MODE_HORIZONTAL: UnionKey.ThemeLayoutMode = 'horizontal';
24+
export const LAYOUT_MODE_VERTICAL_MIX: UnionKey.ThemeLayoutMode = 'vertical-mix';
25+
export const LAYOUT_MODE_HORIZONTAL_MIX: UnionKey.ThemeLayoutMode = 'horizontal-mix';

0 commit comments

Comments
 (0)