Pre Merge pull request !826 from 局外人/fix/editor

pull/826/MERGE
局外人 2025-10-10 09:13:48 +00:00 committed by Gitee
commit f67476f367
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 6 additions and 0 deletions

View File

@ -90,6 +90,12 @@ const editorConfig = computed((): IEditorConfig => {
},
autoFocus: false,
scroll: true,
EXTEND_CONF: {
mentionConfig: {
showModal: () => {},
hideModal: () => {}
}
},
MENU_CONF: {
['uploadImage']: {
server: getUploadUrl(),