refactor: 优化发布问题

This commit is contained in:
wangjiahao
2025-04-01 22:09:01 +08:00
committed by 王嘉豪
parent 676f5569ea
commit a6647dd0e2
7 changed files with 36 additions and 12 deletions

View File

@@ -7,6 +7,7 @@ export interface ResourceOrFolder {
nodeType: 'folder' | 'leaf'
type: string
mobileLayout: boolean
status: boolean
}
export interface Panel {