mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-18 15:09:34 +00:00
previewLine设置
This commit is contained in:
@@ -26,9 +26,6 @@ export async function getAllPosts ({ notionPageData, from, includePage = false }
|
||||
|
||||
const data = []
|
||||
const pageIds = getAllPageIds(collectionQuery)
|
||||
if (!pageIds || pageIds.length === 0) {
|
||||
console.warn('页面ID列表为空')
|
||||
}
|
||||
for (let i = 0; i < pageIds.length; i++) {
|
||||
const id = pageIds[i]
|
||||
const properties = (await getPageProperties(id, pageBlock, schema)) || null
|
||||
|
||||
Reference in New Issue
Block a user