mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-18 23:16:49 +00:00
feature: 调整Hexo 页面
This commit is contained in:
@@ -25,9 +25,6 @@ export async function getAllPosts ({ notionPageData, from, includePage = false }
|
||||
const collectionQuery = notionPageData.collectionQuery
|
||||
|
||||
const data = []
|
||||
if (!collectionQuery || collectionQuery.toString === '{}') {
|
||||
console.warn('列表查询条件为空', notionPageData)
|
||||
}
|
||||
const pageIds = getAllPageIds(collectionQuery)
|
||||
if (!pageIds || pageIds.length === 0) {
|
||||
console.warn('页面ID列表为空')
|
||||
|
||||
Reference in New Issue
Block a user