mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 10:31:50 +08:00
feat(core): new onboarding template (#5951)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1,40 +1,21 @@
|
||||
{
|
||||
"type": "info",
|
||||
"id": "XdwdkEYm8fFZcYAdDa0qT",
|
||||
"blockVersions": {
|
||||
"affine:code": 1,
|
||||
"affine:paragraph": 1,
|
||||
"affine:page": 2,
|
||||
"affine:list": 1,
|
||||
"affine:note": 1,
|
||||
"affine:divider": 1,
|
||||
"affine:image": 1,
|
||||
"affine:surface": 5,
|
||||
"affine:bookmark": 1,
|
||||
"affine:frame": 1,
|
||||
"affine:database": 3,
|
||||
"affine:surface-ref": 1,
|
||||
"affine:data-view": 1,
|
||||
"affine:attachment": 1,
|
||||
"affine:embed-github": 1,
|
||||
"affine:embed-html": 1
|
||||
},
|
||||
"id": "dc61f2e3-a973-432f-a463-164a15cfc778",
|
||||
"pageVersion": 2,
|
||||
"workspaceVersion": 2,
|
||||
"properties": {
|
||||
"tags": {
|
||||
"options": [
|
||||
]
|
||||
"options": []
|
||||
}
|
||||
},
|
||||
"pages": [
|
||||
{
|
||||
"id": "9iIScyvuIB_kUKbs1AYOQ",
|
||||
"title": "AFFiNE - not just a note-taking app",
|
||||
"createDate": 1691548220794,
|
||||
"id": "W-d9_llZ6rE-qoTiHKTk4",
|
||||
"createDate": 1706862386590,
|
||||
"tags": [],
|
||||
"updatedDate": 1691676775642,
|
||||
"favorite": false
|
||||
"favorite": false,
|
||||
"title": "Write, Draw, Plan all at Once.",
|
||||
"updatedDate": 1709110332309
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,9 +1,11 @@
|
||||
/* eslint-disable simple-import-sort/imports */
|
||||
// Auto generated, do not edit manually
|
||||
import json_0 from './onboarding/info.json';
|
||||
import json_1 from './onboarding/9iIScyvuIB_kUKbs1AYOQ.snapshot.json';
|
||||
import json_1 from './onboarding/blob.json';
|
||||
import json_2 from './onboarding/W-d9_llZ6rE-qoTiHKTk4.snapshot.json';
|
||||
|
||||
export const onboarding = {
|
||||
'info.json': json_0,
|
||||
'9iIScyvuIB_kUKbs1AYOQ.snapshot.json': json_1
|
||||
'blob.json': json_1,
|
||||
'W-d9_llZ6rE-qoTiHKTk4.snapshot.json': json_2
|
||||
}
|
||||
Reference in New Issue
Block a user