refactor: 操作日志信息完善等

This commit is contained in:
meilin.huang
2022-11-18 17:52:30 +08:00
parent debc34f0fb
commit 480e930385
81 changed files with 509 additions and 2404 deletions

View File

@@ -362,7 +362,7 @@ const getThemeConfig: any = computed(() => {
return store.state.themeConfig.themeConfig;
});
let monacoEditor = {} as editor.IStandaloneCodeEditor;
let monacoEditor: editor.IStandaloneCodeEditor = null;
let completionItemProvider: any = null;
self.MonacoEnvironment = {