feat: update Get Started template

This commit is contained in:
alt0
2022-08-12 17:41:14 +08:00
parent 29c2d8b1a2
commit a8e1de079c
4 changed files with 411 additions and 4 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ export function WorkspaceHome() {
workspace_id,
user_initial_page_id,
TemplateFactory.generatePageTemplateByGroupKeys({
name: null,
groupKeys: ['todolist'],
name: '👋 Get Started with AFFINE',
groupKeys: ['getStartedGroup0', 'getStartedGroup1'],
})
);
}