🐛 fix missing api docs include

This commit is contained in:
yanyongyu 2022-01-23 13:34:54 +08:00
parent 596f763c46
commit 97563a0090
2 changed files with 10 additions and 0 deletions

View File

@ -36,6 +36,12 @@ const config = {
editUrl: "https://github.com/nonebot/nonebot2/edit/master/website/",
showLastUpdateAuthor: true,
showLastUpdateTime: true,
exclude: [
// "**/_*.{js,jsx,ts,tsx,md,mdx}",
// "**/_*/**",
"**/*.test.{js,jsx,ts,tsx}",
"**/__tests__/**",
],
},
sitemap: {
changefreq: "daily",

View File

@ -13,6 +13,10 @@ import Bot from "../components/Bot";
# 商店
:::warning 警告
商店未带有绿色官方标记的任何适配器、插件均由社区贡献,官方无法对其质量、安全性、可用性负责。
:::
<div className="w-full border rounded shadow">
<Tabs defaultValue="plugin" className="justify-center font-light">
<TabItem value="driver" label="驱动器">