Merge branch 'main' into feature/doctemplate

This commit is contained in:
xieqiyu
2025-03-10 10:50:32 +08:00
63 changed files with 4428 additions and 1265 deletions
+2 -2
View File
@@ -104,7 +104,7 @@ formPanel
$module->type != 'line' ? formGroup
(
set::className('moduleBox ', $hidden ? 'hidden' : ''),
set::label($parentLabel),
set::label(($type == 'doc' || $type == 'api') ? $lang->tree->parentCate : $lang->tree->parent),
picker
(
set::disabled($isBuiltinTemplateModule),
@@ -133,7 +133,7 @@ formPanel
set::items($users)
)
) : null,
$type != 'docTemplate' ? formGroup
($type !== 'doc' && $type !== 'api' && $type != 'docTemplate') ? formGroup
(
set::label($lang->tree->short),
inputControl