mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
34 lines
578 B
Markdown
34 lines
578 B
Markdown
---
|
|
title: Node
|
|
author: pengzhanbo
|
|
icon: fa6-brands:node
|
|
createTime: 2024/03/07 21:59:13
|
|
permalink: /guide/api/node/
|
|
---
|
|
|
|
## 使用
|
|
|
|
```ts
|
|
import { plumeTheme } from 'vuepress-theme-plume'
|
|
```
|
|
|
|
## `plumeTheme(options)`
|
|
|
|
__options__ : `PlumeThemeOptions`
|
|
|
|
主题配置函数。
|
|
|
|
查看 [主题配置](/config/basic/) 了解更多。
|
|
|
|
## `defineNavbarConfig(options)`
|
|
|
|
主题导航栏配置函数。
|
|
|
|
查看 [主题配置](/config/navigation/) 了解更多。
|
|
|
|
## `definePlumeNotesConfig(options)`
|
|
|
|
主题 notes 配置函数
|
|
|
|
查看 [主题配置](/config/notes/) 了解更多。
|