feat: 添加文件菜单

This commit is contained in:
2021-10-06 16:06:08 +08:00
parent 65a63081fc
commit 267fb2a023
8 changed files with 950 additions and 225 deletions
+6
View File
@@ -14,6 +14,12 @@ let globalState = observable({
helpDialogVisible: false,
// 配置项弹窗是否可见
configDialogVisible: false,
// 持久化的文件
file: null,
// ref
refs: {
svg: null,
},
});
export default globalState;