mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-25 09:06:34 +08:00
refactor: interface{} -> any
feat: 新增外链菜单
This commit is contained in:
@@ -9,7 +9,7 @@ type INode interface {
|
||||
// IsRoot 判断当前节点是否是顶层根节点
|
||||
IsRoot() bool
|
||||
|
||||
SetChildren(childern interface{})
|
||||
SetChildren(childern any)
|
||||
}
|
||||
|
||||
type INodes []INode
|
||||
|
||||
Reference in New Issue
Block a user