diff --git a/docs/.vitepress/en.ts b/docs/.vitepress/en.ts index e3286d8..4e047c5 100644 --- a/docs/.vitepress/en.ts +++ b/docs/.vitepress/en.ts @@ -114,6 +114,7 @@ export const enConfig: LocaleSpecificConfig = { ], }, { text: 'datetime', link: '/en/api/packages/datetime' }, + { text: 'eventbus', link: '/en/api/packages/eventbus' }, { text: 'fileutil', link: '/en/api/packages/fileutil' }, { text: 'formatter', link: '/en/api/packages/formatter' }, { text: 'function', link: '/en/api/packages/function' }, diff --git a/docs/.vitepress/zh.ts b/docs/.vitepress/zh.ts index 1278151..0ade5fc 100644 --- a/docs/.vitepress/zh.ts +++ b/docs/.vitepress/zh.ts @@ -127,6 +127,7 @@ export const zhConfig: LocaleSpecificConfig = { ], }, { text: '日期&时间', link: '/api/packages/datetime' }, + { text: '事件总线', link: '/api/packages/eventbus' }, { text: '文件', link: '/api/packages/fileutil' }, { text: '格式化工具', link: '/api/packages/formatter' }, { text: '函数', link: '/api/packages/function' }, diff --git a/docs/api/overview.md b/docs/api/overview.md index 4758c6f..38a19c5 100644 --- a/docs/api/overview.md +++ b/docs/api/overview.md @@ -47,6 +47,7 @@ outline: deep
cryptor
datastructure
datetime
+
eventbus
fileutil
formatter
function