fix: update get-started template

This commit is contained in:
alt0
2022-08-15 17:17:49 +08:00
parent 13deca1ef6
commit 011a969a53
4 changed files with 230 additions and 167 deletions
+5 -1
View File
@@ -23,7 +23,11 @@ export function WorkspaceHome() {
user_initial_page_id,
TemplateFactory.generatePageTemplateByGroupKeys({
name: '👋 Get Started with AFFINE',
groupKeys: ['getStartedGroup0', 'getStartedGroup1'],
groupKeys: [
'getStartedGroup0',
'getStartedGroup1',
'getStartedGroup2',
],
})
);
}