diff --git a/website/src/pages/changelog.md b/website/src/pages/changelog.md index 8f30513d..534f1c74 100644 --- a/website/src/pages/changelog.md +++ b/website/src/pages/changelog.md @@ -28,6 +28,7 @@ toc_max_heading_level: 2 ### 🍻 插件发布 +- Plugin: SakuraFrp [@noneflow](https://github.com/noneflow) ([#2543](https://github.com/nonebot/nonebot2/pull/2543)) - Plugin: haruka_bot_red [@noneflow](https://github.com/noneflow) ([#2541](https://github.com/nonebot/nonebot2/pull/2541)) - Plugin: nonebot-plugin-gemini [@noneflow](https://github.com/noneflow) ([#2527](https://github.com/nonebot/nonebot2/pull/2527)) - Plugin: 最终台词 [@noneflow](https://github.com/noneflow) ([#2523](https://github.com/nonebot/nonebot2/pull/2523)) diff --git a/website/tsconfig.json b/website/tsconfig.json index 67f0d88e..b700fc86 100644 --- a/website/tsconfig.json +++ b/website/tsconfig.json @@ -6,11 +6,11 @@ "types": [ "node", "@docusaurus/module-type-aliases", - "@nullbot/docusaurus-theme-nonepress", + "@nullbot/docusaurus-theme-nonepress" ], "paths": { "@/*": ["./src/*"], - "@theme/*": ["./src/theme/*"], + "@theme/*": ["./src/theme/*"] }, /* Strict Type-Checking Options */ @@ -31,6 +31,6 @@ /* Use tslib */ "importHelpers": true, - "noEmitHelpers": true, - }, + "noEmitHelpers": true + } }