diff --git a/.env.local b/.env.local index 16913f05..61bd04c0 100644 --- a/.env.local +++ b/.env.local @@ -1,2 +1,2 @@ # 环境变量 @see https://www.nextjs.cn/docs/basic-features/environment-variables -NEXT_PUBLIC_VERSION=3.6.2 \ No newline at end of file +NEXT_PUBLIC_VERSION=3.6.3 \ No newline at end of file diff --git a/lib/notion/getPostBlocks.js b/lib/notion/getPostBlocks.js index 1f92fa41..53715d36 100644 --- a/lib/notion/getPostBlocks.js +++ b/lib/notion/getPostBlocks.js @@ -72,7 +72,7 @@ function filterPostBlocks(id, pageBlock, slice) { continue } count++ - // 处理 c++ 和 c#等语言名字映射 + // 处理 c++、c#、汇编等语言名字映射 if (b?.value?.type === 'code') { if (b?.value?.properties?.language?.[0][0] === 'C++') { b.value.properties.language[0][0] = 'cpp' diff --git a/package.json b/package.json index f155603a..a09fc887 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notion-next", - "version": "3.6.2", + "version": "3.6.3", "homepage": "https://github.com/tangly1024/NotionNext.git", "license": "MIT", "repository": {