mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
Merge
This commit is contained in:
@@ -26,8 +26,6 @@ export async function getGlobalNotionData({
|
||||
}) {
|
||||
// 获取Notion数据
|
||||
const notionPageData = deepClone(await getNotionPageData({ pageId, from }))
|
||||
// 获取文章列表
|
||||
notionPageData.allPosts = await getAllPosts({ notionPageData, from, pageType })
|
||||
delete notionPageData.block
|
||||
delete notionPageData.collection
|
||||
delete notionPageData.collectionQuery
|
||||
|
||||
Reference in New Issue
Block a user