Commit Graph

10 Commits

Author SHA1 Message Date
tangly1024.com
ef35774b04 V4.2.2 2024-01-31 14:41:20 +08:00
tangly1024.com
5082783dbd Merge branch 'dependabot/npm_and_yarn/fast-xml-parser-and-aws-sdk/credential-providers-4.2.5' into release/4.2.2 2024-01-31 14:36:13 +08:00
tangly1024.com
a6c5ae9d13 Merge branch 'dependabot/npm_and_yarn/postcss-8.4.31' into release/4.2.2 2024-01-31 14:13:56 +08:00
tangly1024.com
3cb9c8a374 Merge branch 'main' into dependabot/npm_and_yarn/next-13.5.1 2024-01-31 14:01:32 +08:00
Olimi
f73dddd72a fix: 修复部分文章无法加载的问题,原因是Notion API加载时block上限1000
修复思路是在加载所有文章时,会首先一次性加载数据库中所有block,此时因为上限1000会发生溢出。之后会读取所有page的IDs,然后逐个获取page对应的block。此时如果发现ID查找不到(说明发生了溢出),则再调用API去逐一获取这些溢出了的page。可能这不是最优解。
修改的代码包括:
1. getDataBaseInfoByNotionAPI中添加上述判断逻辑。
2. 修改getPageProperties函数签名,直接传入block对应的value,而不是block数组。
2023-12-27 19:09:17 +08:00
dependabot[bot]
f8b4f663b2 Bump next from 13.3.1 to 13.5.1
Bumps [next](https://github.com/vercel/next.js) from 13.3.1 to 13.5.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v13.3.1...v13.5.1)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 05:33:49 +00:00
dependabot[bot]
b51cf878d1 Bump postcss from 8.4.23 to 8.4.31
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.23...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 08:34:15 +00:00
emengweb
73c5c4e7b5 add mobile padding of main content area 2023-10-17 16:22:34 +08:00
dependabot[bot]
94f37ebb54 Bump fast-xml-parser and @aws-sdk/credential-providers
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) and [@aws-sdk/credential-providers](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/credential-providers). These dependencies needed to be updated together.

Updates `fast-xml-parser` from 4.2.4 to 4.2.5
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.2.4...v4.2.5)

Updates `@aws-sdk/credential-providers` from 3.354.0 to 3.385.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/credential-providers/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.385.0/packages/credential-providers)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: indirect
- dependency-name: "@aws-sdk/credential-providers"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-07 10:28:10 +00:00
tangly1024.com
cfab52c569 4.0.12 2023-08-07 18:22:39 +08:00