import type { MarkdownOptions } from 'vitepress' export const markdown: MarkdownOptions = { // Shiki主题, 所有主题参见: https://github.com/shikijs/shiki/blob/main/docs/themes.md theme: { light: 'one-dark-pro', dark: 'material-theme-palenight' }, // lineNumbers: true, // 启用行号 // 在所有文档的