feat(projects): 增加意见反馈

This commit is contained in:
2026-06-27 08:55:33 +08:00
parent 570f284230
commit a4884035cd
25 changed files with 1536 additions and 7 deletions

View File

@@ -178,7 +178,9 @@ const toolbarConfig: Partial<IToolbarConfig> = {
'insertLink',
'editLink',
'unLink',
'viewLink'
'viewLink',
// 全屏:弹层内全屏体验割裂,隐藏
'fullScreen'
]
};