This commit is contained in:
Putoo
2026-04-28 18:12:00 +08:00
parent b842406560
commit 873316157b
3 changed files with 18 additions and 9 deletions

View File

@@ -15,5 +15,7 @@ export const layout = {
empty: 'empty'
} as const
// 类型定义
export type LayoutValue = typeof layout.default | typeof layout.empty
// 定义布局常量
export const middleware = {
loading: 'page-loading'
} as const