fix: 产品页面完善,增加空白布局与布局切换

This commit is contained in:
Gsh
2025-06-26 00:35:13 +08:00
parent 695aaedfba
commit 0eb83fc930
9 changed files with 35 additions and 13 deletions

View File

@@ -1,11 +1,11 @@
export type LayoutType = 'vertical';
export type LayoutType = | 'vertical' | 'blankPage';
// 仿豆包折叠逻辑
export type CollapseType =
| 'alwaysCollapsed' // 始终折叠
| 'followSystem' // 跟随系统视口宽度
| 'alwaysExpanded' // 始终打开
| 'narrowExpandWideCollapse'; // 系统视口 宽小则张,宽大则收
export type CollapseType
= | 'alwaysCollapsed' // 始终折叠
| 'followSystem' // 跟随系统视口宽度
| 'alwaysExpanded' // 始终打开
| 'narrowExpandWideCollapse'; // 系统视口 宽小则张,宽大则收
export interface DesignConfigState {
// 系统主题