fix: custom page support embed

This commit is contained in:
henry.chen
2025-07-21 20:07:26 +08:00
parent b69248f6a4
commit aee4194c71
9 changed files with 77 additions and 10 deletions

View File

@@ -127,4 +127,6 @@ type CustomPage struct {
Path string
// 是否显示在导航栏, 如 true
ShowInNav bool
// 是否嵌入, 如 true
IsEmbed bool
}