docs:add global api

This commit is contained in:
Hufe921
2023-01-05 19:30:24 +08:00
parent bf93c2991a
commit 3678b7f34b
2 changed files with 27 additions and 0 deletions
+6
View File
@@ -49,6 +49,12 @@ export default defineConfig({
{ text: '内部右键菜单', link: '/guide/contextmenu-internal' },
{ text: '自定义右键菜单', link: '/guide/contextmenu-custom' }
]
},
{
text: 'API',
items: [
{ text: '全局API', link: '/guide/api' }
]
}
],
socialLinks: [{