feat: add get-started template (#309)

This commit is contained in:
zuomeng wang 2022-08-22 15:02:33 +08:00 committed by GitHub
parent e7420f921a
commit e61b3ce4e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ const groupTemplateMap = {
const defaultTemplateList: Array<TemplateMeta> = [
{
name: 'New From Quick Start',
groupKeys: ['todolist'],
groupKeys: ['getStartedGroup0', 'getStartedGroup1', 'getStartedGroup2'],
},
{ name: 'New From Grid System', groupKeys: ['grid'] },
{ name: 'New From Blog', groupKeys: ['blog'] },