Node
189 字小于 1 分钟
2024-03-07
使用
import { plumeTheme } from 'vuepress-theme-plume'
plumeTheme(options)
options : PlumeThemeOptions
主题配置函数。
查看 主题配置 了解更多。
defineThemeConfig(options)
主题配置帮助函数,用于在单独的 plume.config.ts
中使用。
查看 主题配置文件 了解更多。
defineNavbarConfig(options)
主题导航栏配置类型帮助函数。
查看 主题配置 了解更多。
defineNotesConfig(options)
options: NotesOptions
主题 notes 配置类型帮助函数
查看 主题配置 了解更多。
defineNoteConfig(options)
options: NoteItem
主题 单个 note (NoteItem
) 配置类型帮助函数
查看 主题配置 了解更多。
贡献者
withesse
变更历史
最后更新于: 查看全部变更历史
f8e62
-init
于 2024/12/25