feat: new collections (#4530)

Co-authored-by: Peng Xiao <pengxiao@outlook.com>
This commit is contained in:
3720
2023-10-27 17:06:59 +08:00
committed by GitHub
parent 9fc0152cb1
commit ef8024c657
133 changed files with 8382 additions and 3743 deletions

View File

@@ -14,7 +14,7 @@ export const getPagePreviewText = (page: Page) => {
.slice(0, 10)
.map(block => block.text.toString())
.join('\n');
return text.slice(0, 30);
return text.slice(0, 300);
};
export function useBlockSuitePagePreview(page: Page): Atom<string> {