Stackedit/src/data/defaults/defaultWorkspaces.js
2022-06-04 03:07:10 +08:00

8 lines
158 B
JavaScript

export default () => ({
main: {
id: 'main',
name: '主文档空间',
// The rest will be filled by the workspace/workspacesById getter
},
});