diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 79fcd15f..174824f9 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -132,7 +132,8 @@ const api_sidebar = [ { text: 'clone', link: '/api/utils/clone', }, { text: 'parse', link: '/api/utils/parse', }, { text: 'sleep', link: '/api/utils/sleep' }, - { text: 'findFile', link: '/api/utils/findFile' } + { text: 'findFile', link: '/api/utils/findFile' }, + { text: 'events', link: '/api/utils/events' }, ] }, { diff --git a/docs/.vitepress/theme/AdAsideComponent.vue b/docs/.vitepress/theme/AdAsideComponent.vue new file mode 100644 index 00000000..a32bb368 --- /dev/null +++ b/docs/.vitepress/theme/AdAsideComponent.vue @@ -0,0 +1,58 @@ + + + \ No newline at end of file diff --git a/docs/.vitepress/theme/AdComponent.vue b/docs/.vitepress/theme/AdComponent.vue index 66f5b1cc..fa288383 100644 --- a/docs/.vitepress/theme/AdComponent.vue +++ b/docs/.vitepress/theme/AdComponent.vue @@ -16,29 +16,14 @@ import Icon from "./Icon.vue";