Support multiple data blocks in single page #43
parent
50fdc2fdbc
commit
a333803876
|
@ -35,7 +35,7 @@ export async function indexData({ name, tree }: IndexTreeEvent) {
|
|||
continue;
|
||||
}
|
||||
dataObjects.push({
|
||||
key: `data:${name}@${i}`,
|
||||
key: `data:${name}@${t.from! + i}`,
|
||||
value: doc,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue